Shades of Light Sea Green #32B5B7
Tints of Light Sea Green #32B5B7
RGB
CMYK
RGB Variations
Color information
#32B5B7 (or 0x32B5B7) is known color: Light Sea Green. HEX triplet: 32, B5 and B7. RGB value is (50,181,183). Sum of RGB (Red+Green+Blue) = 50+181+183=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 183 - color contains mainly: blue. Hex color #32B5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B5B7 is #CD4A48. Grayscale: #8D8D8D. Windows color (decimal): -13453897 or 12039474. OLE color: 12039474.
HSL color Cylindrical-coordinate representation of color #32B5B7: hue angle of 180.9º 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 #32B5B7 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 181 | 183 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.28 |
| HSL | 180.9º | 0.57% | 0.46% | - |
| HSV(B) | 180.9º | 0.73% | 0.72% | - |
| XYZ | 26.39 | 37.14 | 50.58 | - |
| YUV | 142.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 183 | 0.73 | 0.01 | 0 | 0.28 | 180.9 | 0.57 | 0.46 |
| Hex | 32 | B5 | B7 | 49 | 1 | 0 | 1C | B5 | 39 | 2E |
| Octal | 62 | 265 | 267 | 111 | 1 | 0 | 34 | 265 | 71 | 56 |
| Binary | 110010 | 10110101 | 10110111 | 1001001 | 1 | 0 | 11100 | 10110101 | 111001 | 101110 |
Color Harmonies of #32B5B7
Complementary color
Monochromatic Colors of #32B5B7
Black with #32B5B7
Text Example
Text Example
White with #32B5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B5B7; }
p { color: rgb(50,181,183); }
H1.HeaderClassName
{
color: #32B5B7;
}
.AnyTagClassName
{
color: #32B5B7;
}
</style>
background-color css
<style>
a { background-color: #32B5B7; }
a { background-color: rgb(50,181,183); }
div.DivClassName
{
background-color: #32B5B7;
}
.BgClassName
{
background-color: #32B5B7;
}
</style>
border-color css
<style>
span { border-color: #32B5B7; }
span { border-color: rgb(50,181,183); }
td.TdClassName
{
border-color: #32B5B7;
}
.TagClassName
{
border-color: #32B5B7;
}
</style>