#32C5B6

Color #32C5B6 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #32C5B6

Tints of Light Sea Green #32C5B6

Color information

#32C5B6 (or 0x32C5B6) is unknown color: approx Light Sea Green. HEX triplet: 32, C5 and B6. RGB value is (50,197,182). Sum of RGB (Red+Green+Blue) = 50+197+182=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5B6 is #CD3A49. Grayscale: #979797. Windows color (decimal): -13449802 or 11978034. OLE color: 11978034.

HSL color Cylindrical-coordinate representation of color #32C5B6: hue angle of 173.88º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C5B6 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB50197182-
CMYK0.7500.080.23
HSL173.88º59.51%48.43%-
HSV(B)173.88º74.62%77.25%-
XYZ29.7343.9951.18-
YUV151.34145.355.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.66%
GREEN value IS 197 (77.34% from 255) = 45.92%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=11.66%
G=45.92%
B=42.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501971820.7500.080.23173.8859.5148.43
Hex32C5B64B0817ae3c30
Octal62305266113010272567460
Binary11001011000101101101101001011010001011110101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,197,182); }

 H1.HeaderClassName
 {
   color: #32C5B6;
 }
 .AnyTagClassName
 {
   color: #32C5B6;
 }
</style>
background-color css

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

 a { background-color: rgb(50,197,182); }

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

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

 span { border-color: rgb(50,197,182); }

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