Shades of Light Sea Green #32C0B1
Tints of Light Sea Green #32C0B1
RGB
CMYK
RGB Variations
Color information
#32C0B1 (or 0x32C0B1) is known color: Light Sea Green. HEX triplet: 32, C0 and B1. RGB value is (50,192,177). Sum of RGB (Red+Green+Blue) = 50+192+177=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #32C0B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C0B1 is #CD3F4E. Grayscale: #939393. Windows color (decimal): -13451087 or 11649074. OLE color: 11649074.
HSL color Cylindrical-coordinate representation of color #32C0B1: hue angle of 173.66º 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 #32C0B1 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 177 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.25 |
| HSL | 173.66º | 0.59% | 0.47% | - |
| HSV(B) | 173.66º | 0.74% | 0.75% | - |
| XYZ | 28.1 | 41.55 | 48.13 | - |
| YUV | 147.83 | 144.46 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 177 | 0.74 | 0 | 0.08 | 0.25 | 173.66 | 0.59 | 0.47 |
| Hex | 32 | C0 | B1 | 4A | 0 | 8 | 19 | AE | 3B | 2F |
| Octal | 62 | 300 | 261 | 112 | 0 | 10 | 31 | 256 | 73 | 57 |
| Binary | 110010 | 11000000 | 10110001 | 1001010 | 0 | 1000 | 11001 | 10101110 | 111011 | 101111 |
Color Harmonies of #32C0B1
Complementary color
Monochromatic Colors of #32C0B1
Black with #32C0B1
Text Example
Text Example
White with #32C0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C0B1; }
p { color: rgb(50,192,177); }
H1.HeaderClassName
{
color: #32C0B1;
}
.AnyTagClassName
{
color: #32C0B1;
}
</style>
background-color css
<style>
a { background-color: #32C0B1; }
a { background-color: rgb(50,192,177); }
div.DivClassName
{
background-color: #32C0B1;
}
.BgClassName
{
background-color: #32C0B1;
}
</style>
border-color css
<style>
span { border-color: #32C0B1; }
span { border-color: rgb(50,192,177); }
td.TdClassName
{
border-color: #32C0B1;
}
.TagClassName
{
border-color: #32C0B1;
}
</style>