Shades of Light Sea Green #32C1B9
Tints of Light Sea Green #32C1B9
RGB
CMYK
RGB Variations
Color information
#32C1B9 (or 0x32C1B9) is known color: Light Sea Green. HEX triplet: 32, C1 and B9. RGB value is (50,193,185). Sum of RGB (Red+Green+Blue) = 50+193+185=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #32C1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C1B9 is #CD3E46. Grayscale: #959595. Windows color (decimal): -13450823 or 12173618. OLE color: 12173618.
HSL color Cylindrical-coordinate representation of color #32C1B9: hue angle of 176.64º 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 #32C1B9 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 185 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.24 |
| HSL | 176.64º | 0.59% | 0.48% | - |
| HSV(B) | 176.64º | 0.74% | 0.76% | - |
| XYZ | 29.14 | 42.32 | 52.53 | - |
| YUV | 149.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 185 | 0.74 | 0 | 0.04 | 0.24 | 176.64 | 0.59 | 0.48 |
| Hex | 32 | C1 | B9 | 4A | 0 | 4 | 18 | B1 | 3B | 30 |
| Octal | 62 | 301 | 271 | 112 | 0 | 4 | 30 | 261 | 73 | 60 |
| Binary | 110010 | 11000001 | 10111001 | 1001010 | 0 | 100 | 11000 | 10110001 | 111011 | 110000 |
Color Harmonies of #32C1B9
Complementary color
Monochromatic Colors of #32C1B9
Black with #32C1B9
Text Example
Text Example
White with #32C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C1B9; }
p { color: rgb(50,193,185); }
H1.HeaderClassName
{
color: #32C1B9;
}
.AnyTagClassName
{
color: #32C1B9;
}
</style>
background-color css
<style>
a { background-color: #32C1B9; }
a { background-color: rgb(50,193,185); }
div.DivClassName
{
background-color: #32C1B9;
}
.BgClassName
{
background-color: #32C1B9;
}
</style>
border-color css
<style>
span { border-color: #32C1B9; }
span { border-color: rgb(50,193,185); }
td.TdClassName
{
border-color: #32C1B9;
}
.TagClassName
{
border-color: #32C1B9;
}
</style>