Shades of Light Sea Green #32BCC1
Tints of Light Sea Green #32BCC1
RGB
CMYK
RGB Variations
Color information
#32BCC1 (or 0x32BCC1) is known color: Light Sea Green. HEX triplet: 32, BC and C1. RGB value is (50,188,193). Sum of RGB (Red+Green+Blue) = 50+188+193=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #32BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCC1 is #CD433E. Grayscale: #939393. Windows color (decimal): -13452095 or 12696626. OLE color: 12696626.
HSL color Cylindrical-coordinate representation of color #32BCC1: hue angle of 182.1º 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 #32BCC1 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 188 | 193 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.24 |
| HSL | 182.1º | 0.59% | 0.48% | - |
| HSV(B) | 182.1º | 0.74% | 0.76% | - |
| XYZ | 28.92 | 40.49 | 56.74 | - |
| YUV | 147.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 193 | 0.74 | 0.03 | 0 | 0.24 | 182.1 | 0.59 | 0.48 |
| Hex | 32 | BC | C1 | 4A | 3 | 0 | 18 | B6 | 3B | 30 |
| Octal | 62 | 274 | 301 | 112 | 3 | 0 | 30 | 266 | 73 | 60 |
| Binary | 110010 | 10111100 | 11000001 | 1001010 | 11 | 0 | 11000 | 10110110 | 111011 | 110000 |
Color Harmonies of #32BCC1
Complementary color
Monochromatic Colors of #32BCC1
Black with #32BCC1
Text Example
Text Example
White with #32BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCC1; }
p { color: rgb(50,188,193); }
H1.HeaderClassName
{
color: #32BCC1;
}
.AnyTagClassName
{
color: #32BCC1;
}
</style>
background-color css
<style>
a { background-color: #32BCC1; }
a { background-color: rgb(50,188,193); }
div.DivClassName
{
background-color: #32BCC1;
}
.BgClassName
{
background-color: #32BCC1;
}
</style>
border-color css
<style>
span { border-color: #32BCC1; }
span { border-color: rgb(50,188,193); }
td.TdClassName
{
border-color: #32BCC1;
}
.TagClassName
{
border-color: #32BCC1;
}
</style>