Shades of Light Sea Green #32BCA5
Tints of Light Sea Green #32BCA5
RGB
CMYK
RGB Variations
Color information
#32BCA5 (or 0x32BCA5) is known color: Light Sea Green. HEX triplet: 32, BC and A5. RGB value is (50,188,165). Sum of RGB (Red+Green+Blue) = 50+188+165=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BCA5 is #CD435A. Grayscale: #909090. Windows color (decimal): -13452123 or 10861618. OLE color: 10861618.
HSL color Cylindrical-coordinate representation of color #32BCA5: hue angle of 170º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BCA5 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 165 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.26 |
| HSL | 170º | 0.58% | 0.47% | - |
| HSV(B) | 170º | 0.73% | 0.74% | - |
| XYZ | 26.09 | 39.36 | 41.82 | - |
| YUV | 144.12 | 139.78 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 165 | 0.73 | 0 | 0.12 | 0.26 | 170 | 0.58 | 0.47 |
| Hex | 32 | BC | A5 | 49 | 0 | C | 1A | AA | 3A | 2F |
| Octal | 62 | 274 | 245 | 111 | 0 | 14 | 32 | 252 | 72 | 57 |
| Binary | 110010 | 10111100 | 10100101 | 1001001 | 0 | 1100 | 11010 | 10101010 | 111010 | 101111 |
Color Harmonies of #32BCA5
Complementary color
Monochromatic Colors of #32BCA5
Black with #32BCA5
Text Example
Text Example
White with #32BCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCA5; }
p { color: rgb(50,188,165); }
H1.HeaderClassName
{
color: #32BCA5;
}
.AnyTagClassName
{
color: #32BCA5;
}
</style>
background-color css
<style>
a { background-color: #32BCA5; }
a { background-color: rgb(50,188,165); }
div.DivClassName
{
background-color: #32BCA5;
}
.BgClassName
{
background-color: #32BCA5;
}
</style>
border-color css
<style>
span { border-color: #32BCA5; }
span { border-color: rgb(50,188,165); }
td.TdClassName
{
border-color: #32BCA5;
}
.TagClassName
{
border-color: #32BCA5;
}
</style>