Shades of Light Sea Green #32C5B4
Tints of Light Sea Green #32C5B4
RGB
CMYK
RGB Variations
Color information
#32C5B4 (or 0x32C5B4) is known color: Light Sea Green. HEX triplet: 32, C5 and B4. RGB value is (50,197,180). Sum of RGB (Red+Green+Blue) = 50+197+180=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #32C5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C5B4 is #CD3A4B. Grayscale: #979797. Windows color (decimal): -13449804 or 11846962. OLE color: 11846962.
HSL color Cylindrical-coordinate representation of color #32C5B4: hue angle of 173.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C5B4 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 180 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.23 |
| HSL | 173.06º | 0.6% | 0.48% | - |
| HSV(B) | 173.06º | 0.75% | 0.77% | - |
| XYZ | 29.52 | 43.91 | 50.1 | - |
| YUV | 151.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 180 | 0.75 | 0 | 0.09 | 0.23 | 173.06 | 0.6 | 0.48 |
| Hex | 32 | C5 | B4 | 4B | 0 | 9 | 17 | AD | 3C | 30 |
| Octal | 62 | 305 | 264 | 113 | 0 | 11 | 27 | 255 | 74 | 60 |
| Binary | 110010 | 11000101 | 10110100 | 1001011 | 0 | 1001 | 10111 | 10101101 | 111100 | 110000 |
Color Harmonies of #32C5B4
Complementary color
Monochromatic Colors of #32C5B4
Black with #32C5B4
Text Example
Text Example
White with #32C5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C5B4; }
p { color: rgb(50,197,180); }
H1.HeaderClassName
{
color: #32C5B4;
}
.AnyTagClassName
{
color: #32C5B4;
}
</style>
background-color css
<style>
a { background-color: #32C5B4; }
a { background-color: rgb(50,197,180); }
div.DivClassName
{
background-color: #32C5B4;
}
.BgClassName
{
background-color: #32C5B4;
}
</style>
border-color css
<style>
span { border-color: #32C5B4; }
span { border-color: rgb(50,197,180); }
td.TdClassName
{
border-color: #32C5B4;
}
.TagClassName
{
border-color: #32C5B4;
}
</style>