Html Css Color HEX #35BCA9 Light Sea Green

📋 copy color: '#35BCA9'

red 53 ◦ green 188 ◦ blue 169

#35BCA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #35BCA9

Tints of Light Sea Green #35BCA9

RGB

 RED value IS 53 (21.09% from 255) = 12.93%

 GREEN value IS 188 (73.83% from 255) = 45.85%

 BLUE value IS 169 (66.41% from 255) = 41.22%

R = 12.93%
G = 45.85%
B = 41.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35BCA9 (or 0x35BCA9) is known color: Light Sea Green. HEX triplet: 35, BC and A9. RGB value is (53,188,169). Sum of RGB (Red+Green+Blue) = 53+188+169=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCA9 is #CA4356. Grayscale: #919191. Windows color (decimal): -13255511 or 11123765. OLE color: 11123765.

HSL color Cylindrical-coordinate representation of color #35BCA9: hue angle of 171.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BCA9 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 188 169 -
CMYK 0.72 0 0.10 0.26
HSL 171.56º 0.56% 0.47% -
HSV(B) 171.56º 0.72% 0.74% -
XYZ 26.61 39.59 43.77 -
YUV 145.47 141.27 62.04 -
System Red Green Blue C M Y K H S L
Decimal 53 188 169 0.72 0 0.10 0.26 171.56 0.56 0.47
Hex 35 BC A9 48 0 A 1A AC 38 2F
Octal 65 274 251 110 0 12 32 254 70 57
Binary 110101 10111100 10101001 1001000 0 1010 11010 10101100 111000 101111

Color Harmonies of #35BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BCA9

Black with #35BCA9

Text Example


Text Example

White with #35BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35BCA9; }

 p { color: rgb(53,188,169); }

 H1.HeaderClassName
 {
   color: #35BCA9;
 }
 .AnyTagClassName
 {
   color: #35BCA9;
 }
</style>

background-color css

<style>
 a { background-color: #35BCA9; }

 a { background-color: rgb(53,188,169); }

 div.DivClassName
 {
   background-color: #35BCA9;
 }
 .BgClassName
 {
   background-color: #35BCA9;
 }
</style>

border-color css

<style>
 span { border-color: #35BCA9; }

 span { border-color: rgb(53,188,169); }

 td.TdClassName
 {
   border-color: #35BCA9;
 }
 .TagClassName
 {
   border-color: #35BCA9;
 }
</style>