Shades of Light Sea Green #32BFB1
Tints of Light Sea Green #32BFB1
RGB
CMYK
RGB Variations
Color information
#32BFB1 (or 0x32BFB1) is known color: Light Sea Green. HEX triplet: 32, BF and B1. RGB value is (50,191,177). Sum of RGB (Red+Green+Blue) = 50+191+177=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BFB1 is #CD404E. Grayscale: #939393. Windows color (decimal): -13451343 or 11648818. OLE color: 11648818.
HSL color Cylindrical-coordinate representation of color #32BFB1: hue angle of 174.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BFB1 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 177 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.25 |
| HSL | 174.04º | 0.59% | 0.47% | - |
| HSV(B) | 174.04º | 0.74% | 0.75% | - |
| XYZ | 27.88 | 41.11 | 48.06 | - |
| YUV | 147.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 177 | 0.74 | 0 | 0.07 | 0.25 | 174.04 | 0.59 | 0.47 |
| Hex | 32 | BF | B1 | 4A | 0 | 7 | 19 | AE | 3B | 2F |
| Octal | 62 | 277 | 261 | 112 | 0 | 7 | 31 | 256 | 73 | 57 |
| Binary | 110010 | 10111111 | 10110001 | 1001010 | 0 | 111 | 11001 | 10101110 | 111011 | 101111 |
Color Harmonies of #32BFB1
Complementary color
Monochromatic Colors of #32BFB1
Black with #32BFB1
Text Example
Text Example
White with #32BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFB1; }
p { color: rgb(50,191,177); }
H1.HeaderClassName
{
color: #32BFB1;
}
.AnyTagClassName
{
color: #32BFB1;
}
</style>
background-color css
<style>
a { background-color: #32BFB1; }
a { background-color: rgb(50,191,177); }
div.DivClassName
{
background-color: #32BFB1;
}
.BgClassName
{
background-color: #32BFB1;
}
</style>
border-color css
<style>
span { border-color: #32BFB1; }
span { border-color: rgb(50,191,177); }
td.TdClassName
{
border-color: #32BFB1;
}
.TagClassName
{
border-color: #32BFB1;
}
</style>