Shades of Light Sea Green #32BFBA
Tints of Light Sea Green #32BFBA
RGB
CMYK
RGB Variations
Color information
#32BFBA (or 0x32BFBA) is known color: Light Sea Green. HEX triplet: 32, BF and BA. RGB value is (50,191,186). Sum of RGB (Red+Green+Blue) = 50+191+186=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFBA is #CD4045. Grayscale: #949494. Windows color (decimal): -13451334 or 12238642. OLE color: 12238642.
HSL color Cylindrical-coordinate representation of color #32BFBA: hue angle of 177.87º 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 #32BFBA is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 186 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.25 |
| HSL | 177.87º | 0.59% | 0.47% | - |
| HSV(B) | 177.87º | 0.74% | 0.75% | - |
| XYZ | 28.81 | 41.48 | 52.94 | - |
| YUV | 148.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 186 | 0.74 | 0 | 0.03 | 0.25 | 177.87 | 0.59 | 0.47 |
| Hex | 32 | BF | BA | 4A | 0 | 3 | 19 | B2 | 3B | 2F |
| Octal | 62 | 277 | 272 | 112 | 0 | 3 | 31 | 262 | 73 | 57 |
| Binary | 110010 | 10111111 | 10111010 | 1001010 | 0 | 11 | 11001 | 10110010 | 111011 | 101111 |
Color Harmonies of #32BFBA
Complementary color
Monochromatic Colors of #32BFBA
Black with #32BFBA
Text Example
Text Example
White with #32BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFBA; }
p { color: rgb(50,191,186); }
H1.HeaderClassName
{
color: #32BFBA;
}
.AnyTagClassName
{
color: #32BFBA;
}
</style>
background-color css
<style>
a { background-color: #32BFBA; }
a { background-color: rgb(50,191,186); }
div.DivClassName
{
background-color: #32BFBA;
}
.BgClassName
{
background-color: #32BFBA;
}
</style>
border-color css
<style>
span { border-color: #32BFBA; }
span { border-color: rgb(50,191,186); }
td.TdClassName
{
border-color: #32BFBA;
}
.TagClassName
{
border-color: #32BFBA;
}
</style>