Shades of Light Sea Green #32BCBC
Tints of Light Sea Green #32BCBC
RGB
CMYK
RGB Variations
Color information
#32BCBC (or 0x32BCBC) is known color: Light Sea Green. HEX triplet: 32, BC and BC. RGB value is (50,188,188). Sum of RGB (Red+Green+Blue) = 50+188+188=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #32BCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCBC is #CD4343. Grayscale: #929292. Windows color (decimal): -13452100 or 12368946. OLE color: 12368946.
HSL color Cylindrical-coordinate representation of color #32BCBC: hue angle of 180º 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 #32BCBC is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 188 | - |
| CMYK | 0.73 | 0 | 0 | 0.26 |
| HSL | 180º | 0.58% | 0.47% | - |
| HSV(B) | 180º | 0.73% | 0.74% | - |
| XYZ | 28.38 | 40.28 | 53.86 | - |
| YUV | 146.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 188 | 0.73 | 0 | 0 | 0.26 | 180 | 0.58 | 0.47 |
| Hex | 32 | BC | BC | 49 | 0 | 0 | 1A | B4 | 3A | 2F |
| Octal | 62 | 274 | 274 | 111 | 0 | 0 | 32 | 264 | 72 | 57 |
| Binary | 110010 | 10111100 | 10111100 | 1001001 | 0 | 0 | 11010 | 10110100 | 111010 | 101111 |
Color Harmonies of #32BCBC
Complementary color
Monochromatic Colors of #32BCBC
Black with #32BCBC
Text Example
Text Example
White with #32BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCBC; }
p { color: rgb(50,188,188); }
H1.HeaderClassName
{
color: #32BCBC;
}
.AnyTagClassName
{
color: #32BCBC;
}
</style>
background-color css
<style>
a { background-color: #32BCBC; }
a { background-color: rgb(50,188,188); }
div.DivClassName
{
background-color: #32BCBC;
}
.BgClassName
{
background-color: #32BCBC;
}
</style>
border-color css
<style>
span { border-color: #32BCBC; }
span { border-color: rgb(50,188,188); }
td.TdClassName
{
border-color: #32BCBC;
}
.TagClassName
{
border-color: #32BCBC;
}
</style>