Shades of Light Sea Green #32C2BA
Tints of Light Sea Green #32C2BA
RGB
CMYK
RGB Variations
Color information
#32C2BA (or 0x32C2BA) is known color: Light Sea Green. HEX triplet: 32, C2 and BA. RGB value is (50,194,186). Sum of RGB (Red+Green+Blue) = 50+194+186=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #32C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2BA is #CD3D45. Grayscale: #959595. Windows color (decimal): -13450566 or 12239410. OLE color: 12239410.
HSL color Cylindrical-coordinate representation of color #32C2BA: hue angle of 176.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C2BA is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 186 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.24 |
| HSL | 176.67º | 0.59% | 0.48% | - |
| HSV(B) | 176.67º | 0.74% | 0.76% | - |
| XYZ | 29.47 | 42.81 | 53.16 | - |
| YUV | 150.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 186 | 0.74 | 0 | 0.04 | 0.24 | 176.67 | 0.59 | 0.48 |
| Hex | 32 | C2 | BA | 4A | 0 | 4 | 18 | B1 | 3B | 30 |
| Octal | 62 | 302 | 272 | 112 | 0 | 4 | 30 | 261 | 73 | 60 |
| Binary | 110010 | 11000010 | 10111010 | 1001010 | 0 | 100 | 11000 | 10110001 | 111011 | 110000 |
Color Harmonies of #32C2BA
Complementary color
Monochromatic Colors of #32C2BA
Black with #32C2BA
Text Example
Text Example
White with #32C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C2BA; }
p { color: rgb(50,194,186); }
H1.HeaderClassName
{
color: #32C2BA;
}
.AnyTagClassName
{
color: #32C2BA;
}
</style>
background-color css
<style>
a { background-color: #32C2BA; }
a { background-color: rgb(50,194,186); }
div.DivClassName
{
background-color: #32C2BA;
}
.BgClassName
{
background-color: #32C2BA;
}
</style>
border-color css
<style>
span { border-color: #32C2BA; }
span { border-color: rgb(50,194,186); }
td.TdClassName
{
border-color: #32C2BA;
}
.TagClassName
{
border-color: #32C2BA;
}
</style>