Html Css Color HEX #35BBAB Light Sea Green

📋 copy color: '#35BBAB'

red 53 ◦ green 187 ◦ blue 171

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

Shades of Light Sea Green #35BBAB

Tints of Light Sea Green #35BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.5%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 12.9%
G = 45.5%
B = 41.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#35BBAB (or 0x35BBAB) is known color: Light Sea Green. HEX triplet: 35, BB and AB. RGB value is (53,187,171). Sum of RGB (Red+Green+Blue) = 53+187+171=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #35BBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BBAB is #CA4454. Grayscale: #919191. Windows color (decimal): -13255765 or 11254581. OLE color: 11254581.

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

Color convert

RGB 53 187 171 -
CMYK 0.72 0 0.09 0.27
HSL 172.84º 0.56% 0.47% -
HSV(B) 172.84º 0.72% 0.73% -
XYZ 26.59 39.24 44.7 -
YUV 145.11 142.61 62.3 -
System Red Green Blue C M Y K H S L
Decimal 53 187 171 0.72 0 0.09 0.27 172.84 0.56 0.47
Hex 35 BB AB 48 0 9 1B AD 38 2F
Octal 65 273 253 110 0 11 33 255 70 57
Binary 110101 10111011 10101011 1001000 0 1001 11011 10101101 111000 101111

Color Harmonies of #35BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BBAB

Black with #35BBAB

Text Example


Text Example

White with #35BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,187,171); }

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

background-color css

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

 a { background-color: rgb(53,187,171); }

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

border-color css

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

 span { border-color: rgb(53,187,171); }

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