Shades of Light Sea Green #32BBBF
Tints of Light Sea Green #32BBBF
RGB
CMYK
RGB Variations
Color information
#32BBBF (or 0x32BBBF) is known color: Light Sea Green. HEX triplet: 32, BB and BF. RGB value is (50,187,191). Sum of RGB (Red+Green+Blue) = 50+187+191=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #32BBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBBF is #CD4440. Grayscale: #929292. Windows color (decimal): -13452353 or 12565298. OLE color: 12565298.
HSL color Cylindrical-coordinate representation of color #32BBBF: hue angle of 181.7º 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 #32BBBF is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 187 | 191 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.25 |
| HSL | 181.7º | 0.59% | 0.47% | - |
| HSV(B) | 181.7º | 0.74% | 0.75% | - |
| XYZ | 28.49 | 39.98 | 55.51 | - |
| YUV | 146.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 191 | 0.74 | 0.02 | 0 | 0.25 | 181.7 | 0.59 | 0.47 |
| Hex | 32 | BB | BF | 4A | 2 | 0 | 19 | B6 | 3B | 2F |
| Octal | 62 | 273 | 277 | 112 | 2 | 0 | 31 | 266 | 73 | 57 |
| Binary | 110010 | 10111011 | 10111111 | 1001010 | 10 | 0 | 11001 | 10110110 | 111011 | 101111 |
Color Harmonies of #32BBBF
Complementary color
Monochromatic Colors of #32BBBF
Black with #32BBBF
Text Example
Text Example
White with #32BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBBF; }
p { color: rgb(50,187,191); }
H1.HeaderClassName
{
color: #32BBBF;
}
.AnyTagClassName
{
color: #32BBBF;
}
</style>
background-color css
<style>
a { background-color: #32BBBF; }
a { background-color: rgb(50,187,191); }
div.DivClassName
{
background-color: #32BBBF;
}
.BgClassName
{
background-color: #32BBBF;
}
</style>
border-color css
<style>
span { border-color: #32BBBF; }
span { border-color: rgb(50,187,191); }
td.TdClassName
{
border-color: #32BBBF;
}
.TagClassName
{
border-color: #32BBBF;
}
</style>