Shades of Light Sea Green #32BCA8
Tints of Light Sea Green #32BCA8
RGB
CMYK
RGB Variations
Color information
#32BCA8 (or 0x32BCA8) is known color: Light Sea Green. HEX triplet: 32, BC and A8. RGB value is (50,188,168). Sum of RGB (Red+Green+Blue) = 50+188+168=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BCA8 is #CD4357. Grayscale: #909090. Windows color (decimal): -13452120 or 11058226. OLE color: 11058226.
HSL color Cylindrical-coordinate representation of color #32BCA8: hue angle of 171.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BCA8 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 168 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.26 |
| HSL | 171.3º | 0.58% | 0.47% | - |
| HSV(B) | 171.3º | 0.73% | 0.74% | - |
| XYZ | 26.37 | 39.47 | 43.27 | - |
| YUV | 144.46 | 141.28 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 168 | 0.73 | 0 | 0.11 | 0.26 | 171.3 | 0.58 | 0.47 |
| Hex | 32 | BC | A8 | 49 | 0 | B | 1A | AB | 3A | 2F |
| Octal | 62 | 274 | 250 | 111 | 0 | 13 | 32 | 253 | 72 | 57 |
| Binary | 110010 | 10111100 | 10101000 | 1001001 | 0 | 1011 | 11010 | 10101011 | 111010 | 101111 |
Color Harmonies of #32BCA8
Complementary color
Monochromatic Colors of #32BCA8
Black with #32BCA8
Text Example
Text Example
White with #32BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCA8; }
p { color: rgb(50,188,168); }
H1.HeaderClassName
{
color: #32BCA8;
}
.AnyTagClassName
{
color: #32BCA8;
}
</style>
background-color css
<style>
a { background-color: #32BCA8; }
a { background-color: rgb(50,188,168); }
div.DivClassName
{
background-color: #32BCA8;
}
.BgClassName
{
background-color: #32BCA8;
}
</style>
border-color css
<style>
span { border-color: #32BCA8; }
span { border-color: rgb(50,188,168); }
td.TdClassName
{
border-color: #32BCA8;
}
.TagClassName
{
border-color: #32BCA8;
}
</style>