Shades of Light Sea Green #32B8AC
Tints of Light Sea Green #32B8AC
RGB
CMYK
RGB Variations
Color information
#32B8AC (or 0x32B8AC) is known color: Light Sea Green. HEX triplet: 32, B8 and AC. RGB value is (50,184,172). Sum of RGB (Red+Green+Blue) = 50+184+172=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 184 - color contains mainly: green. Hex color #32B8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B8AC is #CD4753. Grayscale: #8E8E8E. Windows color (decimal): -13453140 or 11319346. OLE color: 11319346.
HSL color Cylindrical-coordinate representation of color #32B8AC: hue angle of 174.63º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B8AC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 184 | 172 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.28 |
| HSL | 174.63º | 0.57% | 0.46% | - |
| HSV(B) | 174.63º | 0.73% | 0.72% | - |
| XYZ | 25.9 | 37.94 | 44.99 | - |
| YUV | 142.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 172 | 0.73 | 0 | 0.07 | 0.28 | 174.63 | 0.57 | 0.46 |
| Hex | 32 | B8 | AC | 49 | 0 | 7 | 1C | AF | 39 | 2E |
| Octal | 62 | 270 | 254 | 111 | 0 | 7 | 34 | 257 | 71 | 56 |
| Binary | 110010 | 10111000 | 10101100 | 1001001 | 0 | 111 | 11100 | 10101111 | 111001 | 101110 |
Color Harmonies of #32B8AC
Complementary color
Monochromatic Colors of #32B8AC
Black with #32B8AC
Text Example
Text Example
White with #32B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B8AC; }
p { color: rgb(50,184,172); }
H1.HeaderClassName
{
color: #32B8AC;
}
.AnyTagClassName
{
color: #32B8AC;
}
</style>
background-color css
<style>
a { background-color: #32B8AC; }
a { background-color: rgb(50,184,172); }
div.DivClassName
{
background-color: #32B8AC;
}
.BgClassName
{
background-color: #32B8AC;
}
</style>
border-color css
<style>
span { border-color: #32B8AC; }
span { border-color: rgb(50,184,172); }
td.TdClassName
{
border-color: #32B8AC;
}
.TagClassName
{
border-color: #32B8AC;
}
</style>