Html Css Color HEX #35B9A8 Light Sea Green

📋 copy color: '#35B9A8'

red 53 ◦ green 185 ◦ blue 168

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

Shades of Light Sea Green #35B9A8

Tints of Light Sea Green #35B9A8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.57%

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 13.05%
G = 45.57%
B = 41.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#35B9A8 (or 0x35B9A8) is known color: Light Sea Green. HEX triplet: 35, B9 and A8. RGB value is (53,185,168). Sum of RGB (Red+Green+Blue) = 53+185+168=406 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.05% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #35B9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B9A8 is #CA4657. Grayscale: #8F8F8F. Windows color (decimal): -13256280 or 11057461. OLE color: 11057461.

HSL color Cylindrical-coordinate representation of color #35B9A8: hue angle of 172.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B9A8 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 185 168 -
CMYK 0.71 0 0.09 0.27
HSL 172.27º 0.55% 0.47% -
HSV(B) 172.27º 0.71% 0.73% -
XYZ 25.89 38.28 43.07 -
YUV 143.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 53 185 168 0.71 0 0.09 0.27 172.27 0.55 0.47
Hex 35 B9 A8 47 0 9 1B AC 37 2F
Octal 65 271 250 107 0 11 33 254 67 57
Binary 110101 10111001 10101000 1000111 0 1001 11011 10101100 110111 101111

Color Harmonies of #35B9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B9A8

Black with #35B9A8

Text Example


Text Example

White with #35B9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,185,168); }

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

background-color css

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

 a { background-color: rgb(53,185,168); }

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

border-color css

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

 span { border-color: rgb(53,185,168); }

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