Shades of Light Sea Green #32C0AE
Tints of Light Sea Green #32C0AE
RGB
CMYK
RGB Variations
Color information
#32C0AE (or 0x32C0AE) is known color: Light Sea Green. HEX triplet: 32, C0 and AE. RGB value is (50,192,174). Sum of RGB (Red+Green+Blue) = 50+192+174=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #32C0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C0AE is #CD3F51. Grayscale: #939393. Windows color (decimal): -13451090 or 11452466. OLE color: 11452466.
HSL color Cylindrical-coordinate representation of color #32C0AE: hue angle of 172.39º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C0AE is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 174 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.25 |
| HSL | 172.39º | 0.59% | 0.47% | - |
| HSV(B) | 172.39º | 0.74% | 0.75% | - |
| XYZ | 27.81 | 41.43 | 46.58 | - |
| YUV | 147.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 174 | 0.74 | 0 | 0.09 | 0.25 | 172.39 | 0.59 | 0.47 |
| Hex | 32 | C0 | AE | 4A | 0 | 9 | 19 | AC | 3B | 2F |
| Octal | 62 | 300 | 256 | 112 | 0 | 11 | 31 | 254 | 73 | 57 |
| Binary | 110010 | 11000000 | 10101110 | 1001010 | 0 | 1001 | 11001 | 10101100 | 111011 | 101111 |
Color Harmonies of #32C0AE
Complementary color
Monochromatic Colors of #32C0AE
Black with #32C0AE
Text Example
Text Example
White with #32C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C0AE; }
p { color: rgb(50,192,174); }
H1.HeaderClassName
{
color: #32C0AE;
}
.AnyTagClassName
{
color: #32C0AE;
}
</style>
background-color css
<style>
a { background-color: #32C0AE; }
a { background-color: rgb(50,192,174); }
div.DivClassName
{
background-color: #32C0AE;
}
.BgClassName
{
background-color: #32C0AE;
}
</style>
border-color css
<style>
span { border-color: #32C0AE; }
span { border-color: rgb(50,192,174); }
td.TdClassName
{
border-color: #32C0AE;
}
.TagClassName
{
border-color: #32C0AE;
}
</style>