Shades of Light Sea Green #32C0BB
Tints of Light Sea Green #32C0BB
RGB
CMYK
RGB Variations
Color information
#32C0BB (or 0x32C0BB) is known color: Light Sea Green. HEX triplet: 32, C0 and BB. RGB value is (50,192,187). Sum of RGB (Red+Green+Blue) = 50+192+187=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #32C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C0BB is #CD3F44. Grayscale: #949494. Windows color (decimal): -13451077 or 12304434. OLE color: 12304434.
HSL color Cylindrical-coordinate representation of color #32C0BB: hue angle of 177.89º 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 #32C0BB is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 187 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.25 |
| HSL | 177.89º | 0.59% | 0.47% | - |
| HSV(B) | 177.89º | 0.74% | 0.75% | - |
| XYZ | 29.13 | 41.97 | 53.58 | - |
| YUV | 148.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 187 | 0.74 | 0 | 0.03 | 0.25 | 177.89 | 0.59 | 0.47 |
| Hex | 32 | C0 | BB | 4A | 0 | 3 | 19 | B2 | 3B | 2F |
| Octal | 62 | 300 | 273 | 112 | 0 | 3 | 31 | 262 | 73 | 57 |
| Binary | 110010 | 11000000 | 10111011 | 1001010 | 0 | 11 | 11001 | 10110010 | 111011 | 101111 |
Color Harmonies of #32C0BB
Complementary color
Monochromatic Colors of #32C0BB
Black with #32C0BB
Text Example
Text Example
White with #32C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C0BB; }
p { color: rgb(50,192,187); }
H1.HeaderClassName
{
color: #32C0BB;
}
.AnyTagClassName
{
color: #32C0BB;
}
</style>
background-color css
<style>
a { background-color: #32C0BB; }
a { background-color: rgb(50,192,187); }
div.DivClassName
{
background-color: #32C0BB;
}
.BgClassName
{
background-color: #32C0BB;
}
</style>
border-color css
<style>
span { border-color: #32C0BB; }
span { border-color: rgb(50,192,187); }
td.TdClassName
{
border-color: #32C0BB;
}
.TagClassName
{
border-color: #32C0BB;
}
</style>