#32C1B8

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

Shades of Light Sea Green #32C1B8

Tints of Light Sea Green #32C1B8

Color information

#32C1B8 (or 0x32C1B8) is unknown color: approx Light Sea Green. HEX triplet: 32, C1 and B8. RGB value is (50,193,184). Sum of RGB (Red+Green+Blue) = 50+193+184=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #32C1B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C1B8 is #CD3E47. Grayscale: #959595. Windows color (decimal): -13450824 or 12108082. OLE color: 12108082.

HSL color Cylindrical-coordinate representation of color #32C1B8: hue angle of 176.22º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C1B8 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB50193184-
CMYK0.7400.050.24
HSL176.22º58.85%47.65%-
HSV(B)176.22º74.09%75.69%-
XYZ29.0442.2851.98-
YUV149.22147.6257.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.71%
GREEN value IS 193 (75.78% from 255) = 45.20%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=11.71%
G=45.20%
B=43.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501931840.7400.050.24176.2258.8547.65
Hex32C1B84A0518b03b30
Octal6230127011205302607360
Binary1100101100000110111000100101001011100010110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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