Shades of Light Sea Green #32B3BA
Tints of Light Sea Green #32B3BA
RGB
CMYK
RGB Variations
Color information
#32B3BA (or 0x32B3BA) is known color: Light Sea Green. HEX triplet: 32, B3 and BA. RGB value is (50,179,186). Sum of RGB (Red+Green+Blue) = 50+179+186=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #32B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B3BA is #CD4C45. Grayscale: #8D8D8D. Windows color (decimal): -13454406 or 12235570. OLE color: 12235570.
HSL color Cylindrical-coordinate representation of color #32B3BA: hue angle of 183.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B3BA is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 179 | 186 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.27 |
| HSL | 183.09º | 0.58% | 0.46% | - |
| HSV(B) | 183.09º | 0.73% | 0.73% | - |
| XYZ | 26.3 | 36.46 | 52.11 | - |
| YUV | 141.23 | 153.26 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 186 | 0.73 | 0.04 | 0 | 0.27 | 183.09 | 0.58 | 0.46 |
| Hex | 32 | B3 | BA | 49 | 4 | 0 | 1B | B7 | 3A | 2E |
| Octal | 62 | 263 | 272 | 111 | 4 | 0 | 33 | 267 | 72 | 56 |
| Binary | 110010 | 10110011 | 10111010 | 1001001 | 100 | 0 | 11011 | 10110111 | 111010 | 101110 |
Color Harmonies of #32B3BA
Complementary color
Monochromatic Colors of #32B3BA
Black with #32B3BA
Text Example
Text Example
White with #32B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B3BA; }
p { color: rgb(50,179,186); }
H1.HeaderClassName
{
color: #32B3BA;
}
.AnyTagClassName
{
color: #32B3BA;
}
</style>
background-color css
<style>
a { background-color: #32B3BA; }
a { background-color: rgb(50,179,186); }
div.DivClassName
{
background-color: #32B3BA;
}
.BgClassName
{
background-color: #32B3BA;
}
</style>
border-color css
<style>
span { border-color: #32B3BA; }
span { border-color: rgb(50,179,186); }
td.TdClassName
{
border-color: #32B3BA;
}
.TagClassName
{
border-color: #32B3BA;
}
</style>