COLOR #35CFB0

HEX: #35CFB0 RGB: (53,207,176)

Color info

#35CFB0 contains mainly green and blue colors. Web safe color of #35CFB0 is #33CC99 (or #3C9).

RGB color model

#35CFB0 color RGB value is (53,207,176).

RGB: (53,207,176) (21%, 81%, 69%)

RGB channels and saturation

R 53 of 255 = 21%
G 207 of 255 = 81%
B 176 of 255 = 69%

53
207
176

R + G + B ~ 57%. #35CFB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 207 + 176 = 436 (100%)
R 53 of 436 ~ 12.16%
G 207 of 436 ~ 47.48%
B 176 of 436 ~ 40.37'%

%12.16
%47.48
%40.37

CMYK color model

#35CFB0 color CMYK value is (74,0,15,19).

  • cyan value is 74.40%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 18.82%

CMYK: (74,0,15,19)
C74M0Y15K19 (74%, 0%, 15%, 19%)
(0.74 / 0.00 / 0.15 / 0.19)

CMYK percentages

%74.4
%0
%14.98
%18.82

Codes

Color #35CFB0 in popluar color models

35 CF B0
RGB 53 207 176
HSL 168° 61.60% 50.98%
HSB/HSV 168° 74.40% 81.18%
CMYK 74.40% 0.00% 14.98%
18.82%

Color #35CFB0 in popluar number systems.

HEX 35 CF B0
Decimal 53 207 176
Binary 110101 11001111 10110000
Octal 65 317 260

Shades and tints

Shades of #35CFB0

#35CFB0
(53,207,176)
#31BDA0
(49,189,160)
#2DAB90
(45,171,144)
#299980
(41,153,128)
#258770
(37,135,112)
#217560
(33,117,96)
#1D6350
(29,99,80)
#195140
(25,81,64)
#153F30
(21,63,48)
#112D20
(17,45,32)
#0D1B10
(13,27,16)
#000000
(0,0,0)

Tints of #35CFB0

#35CFB0
(53,207,176)
#47D3B7
(71,211,183)
#59D7BE
(89,215,190)
#6BDBC5
(107,219,197)
#7DDFCC
(125,223,204)
#8FE3D3
(143,227,211)
#A1E7DA
(161,231,218)
#B3EBE1
(179,235,225)
#C5EFE8
(197,239,232)
#D7F3EF
(215,243,239)
#E9F7F6
(233,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35CFB0 color. Also use rgb(53,207,176) instead hex code.

Text Font Color

.myTextColor { color: #35CFB0; }

<p style="color:#35CFB0">This sample text font color is #35CFB0.</p>

This text font color is #35CFB0.

Background Color

.myBgColor { background-color: #35CFB0; }

<div style="background-color:#35CFB0">Inner text</div>

This div background color is #35CFB0.

Border color

.myBorderColor { border: 1px solid #35CFB0; }

<div style="border:3px solid #35CFB0">Div</div>

This div border color is #35CFB0.

Opacity

.myOpacity80 { color: #35CFB0; opacity: 0.8; }

<p style="color:#35CFB0;opacity:0.8;">80%</p>

Text with #35CFB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #35CFB0;}

<p style="text-shadow: 3px 3px 1px #35CFB0">Text here.</p>

This text has shadow with #35CFB0 color.


.textShadow {text-shadow: 3px 3px 1px #35CFB0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #35CFB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #35CFB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#35CFB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#35CFB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #35CFB0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #35CFB0;
-webkit-box-shadow: 1px 1px 3px 2px #35CFB0;
box-shadow: 1px 1px 3px 2px #35CFB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35CFB0; -webkit-box-shadow: 1px 1px 3px 2px #35CFB0; box-shadow:1px 1px 3px 2px #35CFB0;">
Div content here
</div>

This div box has shadow with color #35CFB0.

Preview

Color preview on black background

This text has color #35CFB0 on black background.


Color preview on white background

This text has color #35CFB0 on white background.


Black color preview on #35CFB0 background

This text has black color on #35CFB0 background.


White color preview on #35CFB0 background

This text has white color on #35CFB0 background.


Related colors

Complementary color

Complementary color for #35CFB0 is #CA304F.


I love getcolorcode.com

Triadic colors

1 #B035CF and #CFB035 with #35CFB0 are triadic colors.

2 #B0CF35 and #CF35B0 with #35CFB0 are triadic colors.