Html Css Color HEX #32BCAA Light Sea Green

📋 copy color: '#32BCAA'

red 50 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #32BCAA

Tints of Light Sea Green #32BCAA

RGB

 RED value IS 50 (19.92% from 255) = 12.25%

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

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

R = 12.25%
G = 46.08%
B = 41.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#32BCAA (or 0x32BCAA) is known color: Light Sea Green. HEX triplet: 32, BC and AA. RGB value is (50,188,170). Sum of RGB (Red+Green+Blue) = 50+188+170=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BCAA is #CD4355. Grayscale: #909090. Windows color (decimal): -13452118 or 11189298. OLE color: 11189298.

HSL color Cylindrical-coordinate representation of color #32BCAA: hue angle of 172.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BCAA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 170 -
CMYK 0.73 0 0.10 0.26
HSL 172.17º 0.58% 0.47% -
HSV(B) 172.17º 0.73% 0.74% -
XYZ 26.55 39.55 44.26 -
YUV 144.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 50 188 170 0.73 0 0.10 0.26 172.17 0.58 0.47
Hex 32 BC AA 49 0 A 1A AC 3A 2F
Octal 62 274 252 111 0 12 32 254 72 57
Binary 110010 10111100 10101010 1001001 0 1010 11010 10101100 111010 101111

Color Harmonies of #32BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCAA

Black with #32BCAA

Text Example


Text Example

White with #32BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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