Shades of Light Sea Green #32BFB0
Tints of Light Sea Green #32BFB0
RGB
CMYK
RGB Variations
Color information
#32BFB0 (or 0x32BFB0) is known color: Light Sea Green. HEX triplet: 32, BF and B0. RGB value is (50,191,176). Sum of RGB (Red+Green+Blue) = 50+191+176=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BFB0 is #CD404F. Grayscale: #939393. Windows color (decimal): -13451344 or 11583282. OLE color: 11583282.
HSL color Cylindrical-coordinate representation of color #32BFB0: hue angle of 173.62º 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 #32BFB0 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 176 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.25 |
| HSL | 173.62º | 0.59% | 0.47% | - |
| HSV(B) | 173.62º | 0.74% | 0.75% | - |
| XYZ | 27.78 | 41.07 | 47.54 | - |
| YUV | 147.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 176 | 0.74 | 0 | 0.08 | 0.25 | 173.62 | 0.59 | 0.47 |
| Hex | 32 | BF | B0 | 4A | 0 | 8 | 19 | AE | 3B | 2F |
| Octal | 62 | 277 | 260 | 112 | 0 | 10 | 31 | 256 | 73 | 57 |
| Binary | 110010 | 10111111 | 10110000 | 1001010 | 0 | 1000 | 11001 | 10101110 | 111011 | 101111 |
Color Harmonies of #32BFB0
Complementary color
Monochromatic Colors of #32BFB0
Black with #32BFB0
Text Example
Text Example
White with #32BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFB0; }
p { color: rgb(50,191,176); }
H1.HeaderClassName
{
color: #32BFB0;
}
.AnyTagClassName
{
color: #32BFB0;
}
</style>
background-color css
<style>
a { background-color: #32BFB0; }
a { background-color: rgb(50,191,176); }
div.DivClassName
{
background-color: #32BFB0;
}
.BgClassName
{
background-color: #32BFB0;
}
</style>
border-color css
<style>
span { border-color: #32BFB0; }
span { border-color: rgb(50,191,176); }
td.TdClassName
{
border-color: #32BFB0;
}
.TagClassName
{
border-color: #32BFB0;
}
</style>