Html Css Color HEX #35BCAB Light Sea Green

📋 copy color: '#35BCAB'

red 53 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #35BCAB

Tints of Light Sea Green #35BCAB

RGB

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

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

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

R = 12.86%
G = 45.63%
B = 41.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#35BCAB (or 0x35BCAB) is known color: Light Sea Green. HEX triplet: 35, BC and AB. RGB value is (53,188,171). Sum of RGB (Red+Green+Blue) = 53+188+171=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCAB is #CA4354. Grayscale: #919191. Windows color (decimal): -13255509 or 11254837. OLE color: 11254837.

HSL color Cylindrical-coordinate representation of color #35BCAB: hue angle of 172.44º 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 #35BCAB is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 188 171 -
CMYK 0.72 0 0.09 0.26
HSL 172.44º 0.56% 0.47% -
HSV(B) 172.44º 0.72% 0.74% -
XYZ 26.8 39.66 44.77 -
YUV 145.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 53 188 171 0.72 0 0.09 0.26 172.44 0.56 0.47
Hex 35 BC AB 48 0 9 1A AC 38 2F
Octal 65 274 253 110 0 11 32 254 70 57
Binary 110101 10111100 10101011 1001000 0 1001 11010 10101100 111000 101111

Color Harmonies of #35BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BCAB

Black with #35BCAB

Text Example


Text Example

White with #35BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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