Shades of Light Sea Green #32B2BC
Tints of Light Sea Green #32B2BC
RGB
CMYK
RGB Variations
Color information
#32B2BC (or 0x32B2BC) is known color: Light Sea Green. HEX triplet: 32, B2 and BC. RGB value is (50,178,188). Sum of RGB (Red+Green+Blue) = 50+178+188=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #32B2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B2BC is #CD4D43. Grayscale: #8C8C8C. Windows color (decimal): -13454660 or 12366386. OLE color: 12366386.
HSL color Cylindrical-coordinate representation of color #32B2BC: hue angle of 184.35º 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 #32B2BC is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 178 | 188 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.26 |
| HSL | 184.35º | 0.58% | 0.47% | - |
| HSV(B) | 184.35º | 0.73% | 0.74% | - |
| XYZ | 26.31 | 36.15 | 53.17 | - |
| YUV | 140.87 | 154.59 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 188 | 0.73 | 0.05 | 0 | 0.26 | 184.35 | 0.58 | 0.47 |
| Hex | 32 | B2 | BC | 49 | 5 | 0 | 1A | B8 | 3A | 2F |
| Octal | 62 | 262 | 274 | 111 | 5 | 0 | 32 | 270 | 72 | 57 |
| Binary | 110010 | 10110010 | 10111100 | 1001001 | 101 | 0 | 11010 | 10111000 | 111010 | 101111 |
Color Harmonies of #32B2BC
Complementary color
Monochromatic Colors of #32B2BC
Black with #32B2BC
Text Example
Text Example
White with #32B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B2BC; }
p { color: rgb(50,178,188); }
H1.HeaderClassName
{
color: #32B2BC;
}
.AnyTagClassName
{
color: #32B2BC;
}
</style>
background-color css
<style>
a { background-color: #32B2BC; }
a { background-color: rgb(50,178,188); }
div.DivClassName
{
background-color: #32B2BC;
}
.BgClassName
{
background-color: #32B2BC;
}
</style>
border-color css
<style>
span { border-color: #32B2BC; }
span { border-color: rgb(50,178,188); }
td.TdClassName
{
border-color: #32B2BC;
}
.TagClassName
{
border-color: #32B2BC;
}
</style>