Shades of Light Sea Green #32C0BA
Tints of Light Sea Green #32C0BA
RGB
CMYK
RGB Variations
Color information
#32C0BA (or 0x32C0BA) is known color: Light Sea Green. HEX triplet: 32, C0 and BA. RGB value is (50,192,186). Sum of RGB (Red+Green+Blue) = 50+192+186=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #32C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C0BA is #CD3F45. Grayscale: #949494. Windows color (decimal): -13451078 or 12238898. OLE color: 12238898.
HSL color Cylindrical-coordinate representation of color #32C0BA: hue angle of 177.46º 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 #32C0BA is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 186 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.25 |
| HSL | 177.46º | 0.59% | 0.47% | - |
| HSV(B) | 177.46º | 0.74% | 0.75% | - |
| XYZ | 29.03 | 41.92 | 53.02 | - |
| YUV | 148.86 | 148.96 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 186 | 0.74 | 0 | 0.03 | 0.25 | 177.46 | 0.59 | 0.47 |
| Hex | 32 | C0 | BA | 4A | 0 | 3 | 19 | B1 | 3B | 2F |
| Octal | 62 | 300 | 272 | 112 | 0 | 3 | 31 | 261 | 73 | 57 |
| Binary | 110010 | 11000000 | 10111010 | 1001010 | 0 | 11 | 11001 | 10110001 | 111011 | 101111 |
Color Harmonies of #32C0BA
Complementary color
Monochromatic Colors of #32C0BA
Black with #32C0BA
Text Example
Text Example
White with #32C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C0BA; }
p { color: rgb(50,192,186); }
H1.HeaderClassName
{
color: #32C0BA;
}
.AnyTagClassName
{
color: #32C0BA;
}
</style>
background-color css
<style>
a { background-color: #32C0BA; }
a { background-color: rgb(50,192,186); }
div.DivClassName
{
background-color: #32C0BA;
}
.BgClassName
{
background-color: #32C0BA;
}
</style>
border-color css
<style>
span { border-color: #32C0BA; }
span { border-color: rgb(50,192,186); }
td.TdClassName
{
border-color: #32C0BA;
}
.TagClassName
{
border-color: #32C0BA;
}
</style>