Shades of Light Sea Green #32B3AF
Tints of Light Sea Green #32B3AF
RGB
CMYK
RGB Variations
Color information
#32B3AF (or 0x32B3AF) is known color: Light Sea Green. HEX triplet: 32, B3 and AF. RGB value is (50,179,175). Sum of RGB (Red+Green+Blue) = 50+179+175=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #32B3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B3AF is #CD4C50. Grayscale: #8B8B8B. Windows color (decimal): -13454417 or 11514674. OLE color: 11514674.
HSL color Cylindrical-coordinate representation of color #32B3AF: hue angle of 178.14º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B3AF is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 175 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.30 |
| HSL | 178.14º | 0.56% | 0.45% | - |
| HSV(B) | 178.14º | 0.72% | 0.7% | - |
| XYZ | 25.17 | 36.01 | 46.18 | - |
| YUV | 139.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 175 | 0.72 | 0 | 0.02 | 0.30 | 178.14 | 0.56 | 0.45 |
| Hex | 32 | B3 | AF | 48 | 0 | 2 | 1E | B2 | 38 | 2D |
| Octal | 62 | 263 | 257 | 110 | 0 | 2 | 36 | 262 | 70 | 55 |
| Binary | 110010 | 10110011 | 10101111 | 1001000 | 0 | 10 | 11110 | 10110010 | 111000 | 101101 |
Color Harmonies of #32B3AF
Complementary color
Monochromatic Colors of #32B3AF
Black with #32B3AF
Text Example
Text Example
White with #32B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B3AF; }
p { color: rgb(50,179,175); }
H1.HeaderClassName
{
color: #32B3AF;
}
.AnyTagClassName
{
color: #32B3AF;
}
</style>
background-color css
<style>
a { background-color: #32B3AF; }
a { background-color: rgb(50,179,175); }
div.DivClassName
{
background-color: #32B3AF;
}
.BgClassName
{
background-color: #32B3AF;
}
</style>
border-color css
<style>
span { border-color: #32B3AF; }
span { border-color: rgb(50,179,175); }
td.TdClassName
{
border-color: #32B3AF;
}
.TagClassName
{
border-color: #32B3AF;
}
</style>