Shades of Light Sea Green #32BABD
Tints of Light Sea Green #32BABD
RGB
CMYK
RGB Variations
Color information
#32BABD (or 0x32BABD) is known color: Light Sea Green. HEX triplet: 32, BA and BD. RGB value is (50,186,189). Sum of RGB (Red+Green+Blue) = 50+186+189=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #32BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BABD is #CD4542. Grayscale: #919191. Windows color (decimal): -13452611 or 12433970. OLE color: 12433970.
HSL color Cylindrical-coordinate representation of color #32BABD: hue angle of 181.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BABD is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 186 | 189 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.26 |
| HSL | 181.3º | 0.58% | 0.47% | - |
| HSV(B) | 181.3º | 0.74% | 0.74% | - |
| XYZ | 28.06 | 39.47 | 54.28 | - |
| YUV | 145.68 | 152.44 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 189 | 0.74 | 0.02 | 0 | 0.26 | 181.3 | 0.58 | 0.47 |
| Hex | 32 | BA | BD | 4A | 2 | 0 | 1A | B5 | 3A | 2F |
| Octal | 62 | 272 | 275 | 112 | 2 | 0 | 32 | 265 | 72 | 57 |
| Binary | 110010 | 10111010 | 10111101 | 1001010 | 10 | 0 | 11010 | 10110101 | 111010 | 101111 |
Color Harmonies of #32BABD
Complementary color
Monochromatic Colors of #32BABD
Black with #32BABD
Text Example
Text Example
White with #32BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BABD; }
p { color: rgb(50,186,189); }
H1.HeaderClassName
{
color: #32BABD;
}
.AnyTagClassName
{
color: #32BABD;
}
</style>
background-color css
<style>
a { background-color: #32BABD; }
a { background-color: rgb(50,186,189); }
div.DivClassName
{
background-color: #32BABD;
}
.BgClassName
{
background-color: #32BABD;
}
</style>
border-color css
<style>
span { border-color: #32BABD; }
span { border-color: rgb(50,186,189); }
td.TdClassName
{
border-color: #32BABD;
}
.TagClassName
{
border-color: #32BABD;
}
</style>