#32C2AD

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

Shades of Light Sea Green #32C2AD

Tints of Light Sea Green #32C2AD

Color information

#32C2AD (or 0x32C2AD) is unknown color: approx Light Sea Green. HEX triplet: 32, C2 and AD. RGB value is (50,194,173). Sum of RGB (Red+Green+Blue) = 50+194+173=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #32C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C2AD is #CD3D52. Grayscale: #949494. Windows color (decimal): -13450579 or 11387442. OLE color: 11387442.

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

Color convert

RGB50194173-
CMYK0.7400.110.24
HSL171.25º59.02%47.84%-
HSV(B)171.25º74.23%76.08%-
XYZ28.1542.2846.21-
YUV148.55141.7957.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.99%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=11.99%
G=46.52%
B=41.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501941730.7400.110.24171.2559.0247.84
Hex32C2AD4A0B18ab3b30
Octal62302255112013302537360
Binary11001011000010101011011001010010111100010101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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