#32C2B9

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

Shades of Light Sea Green #32C2B9

Tints of Light Sea Green #32C2B9

Color information

#32C2B9 (or 0x32C2B9) is unknown color: approx Light Sea Green. HEX triplet: 32, C2 and B9. RGB value is (50,194,185). Sum of RGB (Red+Green+Blue) = 50+194+185=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #32C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2B9 is #CD3D46. Grayscale: #959595. Windows color (decimal): -13450567 or 12173874. OLE color: 12173874.

HSL color Cylindrical-coordinate representation of color #32C2B9: hue angle of 176.25º 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 #32C2B9 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB50194185-
CMYK0.7400.050.24
HSL176.25º59.02%47.84%-
HSV(B)176.25º74.23%76.08%-
XYZ29.3642.7652.61-
YUV149.92147.7956.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.66%
GREEN value IS 194 (76.17% from 255) = 45.22%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=11.66%
G=45.22%
B=43.12%

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
Decimal501941850.7400.050.24176.2559.0247.84
Hex32C2B94A0518b03b30
Octal6230227111205302607360
Binary1100101100001010111001100101001011100010110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,194,185); }

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

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

 a { background-color: rgb(50,194,185); }

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

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

 span { border-color: rgb(50,194,185); }

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