Html Css Color HEX #35B9AA Light Sea Green

📋 copy color: '#35B9AA'

red 53 ◦ green 185 ◦ blue 170

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

Shades of Light Sea Green #35B9AA

Tints of Light Sea Green #35B9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 12.99%
G = 45.34%
B = 41.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#35B9AA (or 0x35B9AA) is known color: Light Sea Green. HEX triplet: 35, B9 and AA. RGB value is (53,185,170). Sum of RGB (Red+Green+Blue) = 53+185+170=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #35B9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B9AA is #CA4655. Grayscale: #8F8F8F. Windows color (decimal): -13256278 or 11188533. OLE color: 11188533.

HSL color Cylindrical-coordinate representation of color #35B9AA: hue angle of 173.18º 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 #35B9AA is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 185 170 -
CMYK 0.71 0 0.08 0.27
HSL 173.18º 0.55% 0.47% -
HSV(B) 173.18º 0.71% 0.73% -
XYZ 26.07 38.36 44.06 -
YUV 143.82 142.77 63.22 -
System Red Green Blue C M Y K H S L
Decimal 53 185 170 0.71 0 0.08 0.27 173.18 0.55 0.47
Hex 35 B9 AA 47 0 8 1B AD 37 2F
Octal 65 271 252 107 0 10 33 255 67 57
Binary 110101 10111001 10101010 1000111 0 1000 11011 10101101 110111 101111

Color Harmonies of #35B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B9AA

Black with #35B9AA

Text Example


Text Example

White with #35B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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