Html Css Color HEX #35BCAA Light Sea Green

📋 copy color: '#35BCAA'

red 53 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #35BCAA

Tints of Light Sea Green #35BCAA

RGB

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

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

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

R = 12.9%
G = 45.74%
B = 41.36%

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

#35BCAA (or 0x35BCAA) is known color: Light Sea Green. HEX triplet: 35, BC and AA. RGB value is (53,188,170). Sum of RGB (Red+Green+Blue) = 53+188+170=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCAA is #CA4355. Grayscale: #919191. Windows color (decimal): -13255510 or 11189301. OLE color: 11189301.

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

Color convert

RGB 53 188 170 -
CMYK 0.72 0 0.10 0.26
HSL 172º 0.56% 0.47% -
HSV(B) 172º 0.72% 0.74% -
XYZ 26.71 39.63 44.27 -
YUV 145.58 141.77 61.96 -
System Red Green Blue C M Y K H S L
Decimal 53 188 170 0.72 0 0.10 0.26 172 0.56 0.47
Hex 35 BC AA 48 0 A 1A AC 38 2F
Octal 65 274 252 110 0 12 32 254 70 57
Binary 110101 10111100 10101010 1001000 0 1010 11010 10101100 111000 101111

Color Harmonies of #35BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BCAA

Black with #35BCAA

Text Example


Text Example

White with #35BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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