Shades of Light Sea Green #32BFB2
Tints of Light Sea Green #32BFB2
RGB
CMYK
RGB Variations
Color information
#32BFB2 (or 0x32BFB2) is known color: Light Sea Green. HEX triplet: 32, BF and B2. RGB value is (50,191,178). Sum of RGB (Red+Green+Blue) = 50+191+178=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BFB2 is #CD404D. Grayscale: #939393. Windows color (decimal): -13451342 or 11714354. OLE color: 11714354.
HSL color Cylindrical-coordinate representation of color #32BFB2: hue angle of 174.47º 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 #32BFB2 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 178 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.25 |
| HSL | 174.47º | 0.59% | 0.47% | - |
| HSV(B) | 174.47º | 0.74% | 0.75% | - |
| XYZ | 27.98 | 41.15 | 48.59 | - |
| YUV | 147.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 178 | 0.74 | 0 | 0.07 | 0.25 | 174.47 | 0.59 | 0.47 |
| Hex | 32 | BF | B2 | 4A | 0 | 7 | 19 | AE | 3B | 2F |
| Octal | 62 | 277 | 262 | 112 | 0 | 7 | 31 | 256 | 73 | 57 |
| Binary | 110010 | 10111111 | 10110010 | 1001010 | 0 | 111 | 11001 | 10101110 | 111011 | 101111 |
Color Harmonies of #32BFB2
Complementary color
Monochromatic Colors of #32BFB2
Black with #32BFB2
Text Example
Text Example
White with #32BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFB2; }
p { color: rgb(50,191,178); }
H1.HeaderClassName
{
color: #32BFB2;
}
.AnyTagClassName
{
color: #32BFB2;
}
</style>
background-color css
<style>
a { background-color: #32BFB2; }
a { background-color: rgb(50,191,178); }
div.DivClassName
{
background-color: #32BFB2;
}
.BgClassName
{
background-color: #32BFB2;
}
</style>
border-color css
<style>
span { border-color: #32BFB2; }
span { border-color: rgb(50,191,178); }
td.TdClassName
{
border-color: #32BFB2;
}
.TagClassName
{
border-color: #32BFB2;
}
</style>