Shades of Light Sea Green #32BAB5
Tints of Light Sea Green #32BAB5
RGB
CMYK
RGB Variations
Color information
#32BAB5 (or 0x32BAB5) is known color: Light Sea Green. HEX triplet: 32, BA and B5. RGB value is (50,186,181). Sum of RGB (Red+Green+Blue) = 50+186+181=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAB5 is #CD454A. Grayscale: #909090. Windows color (decimal): -13452619 or 11909682. OLE color: 11909682.
HSL color Cylindrical-coordinate representation of color #32BAB5: hue angle of 177.79º 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 #32BAB5 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 181 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.27 |
| HSL | 177.79º | 0.58% | 0.46% | - |
| HSV(B) | 177.79º | 0.73% | 0.73% | - |
| XYZ | 27.21 | 39.13 | 49.83 | - |
| YUV | 144.77 | 148.44 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 181 | 0.73 | 0 | 0.03 | 0.27 | 177.79 | 0.58 | 0.46 |
| Hex | 32 | BA | B5 | 49 | 0 | 3 | 1B | B2 | 3A | 2E |
| Octal | 62 | 272 | 265 | 111 | 0 | 3 | 33 | 262 | 72 | 56 |
| Binary | 110010 | 10111010 | 10110101 | 1001001 | 0 | 11 | 11011 | 10110010 | 111010 | 101110 |
Color Harmonies of #32BAB5
Complementary color
Monochromatic Colors of #32BAB5
Black with #32BAB5
Text Example
Text Example
White with #32BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAB5; }
p { color: rgb(50,186,181); }
H1.HeaderClassName
{
color: #32BAB5;
}
.AnyTagClassName
{
color: #32BAB5;
}
</style>
background-color css
<style>
a { background-color: #32BAB5; }
a { background-color: rgb(50,186,181); }
div.DivClassName
{
background-color: #32BAB5;
}
.BgClassName
{
background-color: #32BAB5;
}
</style>
border-color css
<style>
span { border-color: #32BAB5; }
span { border-color: rgb(50,186,181); }
td.TdClassName
{
border-color: #32BAB5;
}
.TagClassName
{
border-color: #32BAB5;
}
</style>