#32c5b8

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

Shades of Light Sea Green #32C5B8

Tints of Light Sea Green #32C5B8

Color information

#32C5B8 (or 0x32C5B8) is unknown color: approx Light Sea Green. HEX triplet: 32, C5 and B8. RGB value is (50,197,184). Sum of RGB (Red+Green+Blue) = 50+197+184=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5B8 is #CD3A47. Grayscale: #979797. Windows color (decimal): -13449800 or 12109106. OLE color: 12109106.

HSL color Cylindrical-coordinate representation of color #32C5B8: hue angle of 174.69º 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 #32C5B8 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB50197184-
CMYK0.7500.070.23
HSL174.69º59.51%48.43%-
HSV(B)174.69º74.62%77.25%-
XYZ29.9344.0752.28-
YUV151.56146.355.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.60%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 184 (72.27% from 255) = 42.69%
R=11.60%
G=45.71%
B=42.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal501971840.7500.070.23174.6959.5148.43
Hex32C5B84B0717af3c30
Octal6230527011307272577460
Binary1100101100010110111000100101101111011110101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32c5b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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