Shades of Light Sea Green #32BCB0
Tints of Light Sea Green #32BCB0
RGB
CMYK
RGB Variations
Color information
#32BCB0 (or 0x32BCB0) is known color: Light Sea Green. HEX triplet: 32, BC and B0. RGB value is (50,188,176). Sum of RGB (Red+Green+Blue) = 50+188+176=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BCB0 is #CD434F. Grayscale: #919191. Windows color (decimal): -13452112 or 11582514. OLE color: 11582514.
HSL color Cylindrical-coordinate representation of color #32BCB0: hue angle of 174.78º 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 #32BCB0 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 176 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.26 |
| HSL | 174.78º | 0.58% | 0.47% | - |
| HSV(B) | 174.78º | 0.73% | 0.74% | - |
| XYZ | 27.14 | 39.78 | 47.32 | - |
| YUV | 145.37 | 145.28 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 176 | 0.73 | 0 | 0.06 | 0.26 | 174.78 | 0.58 | 0.47 |
| Hex | 32 | BC | B0 | 49 | 0 | 6 | 1A | AF | 3A | 2F |
| Octal | 62 | 274 | 260 | 111 | 0 | 6 | 32 | 257 | 72 | 57 |
| Binary | 110010 | 10111100 | 10110000 | 1001001 | 0 | 110 | 11010 | 10101111 | 111010 | 101111 |
Color Harmonies of #32BCB0
Complementary color
Monochromatic Colors of #32BCB0
Black with #32BCB0
Text Example
Text Example
White with #32BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCB0; }
p { color: rgb(50,188,176); }
H1.HeaderClassName
{
color: #32BCB0;
}
.AnyTagClassName
{
color: #32BCB0;
}
</style>
background-color css
<style>
a { background-color: #32BCB0; }
a { background-color: rgb(50,188,176); }
div.DivClassName
{
background-color: #32BCB0;
}
.BgClassName
{
background-color: #32BCB0;
}
</style>
border-color css
<style>
span { border-color: #32BCB0; }
span { border-color: rgb(50,188,176); }
td.TdClassName
{
border-color: #32BCB0;
}
.TagClassName
{
border-color: #32BCB0;
}
</style>