Shades of Light Sea Green #32BBBB
Tints of Light Sea Green #32BBBB
RGB
CMYK
RGB Variations
Color information
#32BBBB (or 0x32BBBB) is known color: Light Sea Green. HEX triplet: 32, BB and BB. RGB value is (50,187,187). Sum of RGB (Red+Green+Blue) = 50+187+187=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #32BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBBB is #CD4444. Grayscale: #919191. Windows color (decimal): -13452357 or 12303154. OLE color: 12303154.
HSL color Cylindrical-coordinate representation of color #32BBBB: hue angle of 180º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BBBB is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 187 | - |
| CMYK | 0.73 | 0 | 0 | 0.27 |
| HSL | 180º | 0.58% | 0.46% | - |
| HSV(B) | 180º | 0.73% | 0.73% | - |
| XYZ | 28.06 | 39.81 | 53.22 | - |
| YUV | 146.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 187 | 0.73 | 0 | 0 | 0.27 | 180 | 0.58 | 0.46 |
| Hex | 32 | BB | BB | 49 | 0 | 0 | 1B | B4 | 3A | 2E |
| Octal | 62 | 273 | 273 | 111 | 0 | 0 | 33 | 264 | 72 | 56 |
| Binary | 110010 | 10111011 | 10111011 | 1001001 | 0 | 0 | 11011 | 10110100 | 111010 | 101110 |
Color Harmonies of #32BBBB
Complementary color
Monochromatic Colors of #32BBBB
Black with #32BBBB
Text Example
Text Example
White with #32BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBBB; }
p { color: rgb(50,187,187); }
H1.HeaderClassName
{
color: #32BBBB;
}
.AnyTagClassName
{
color: #32BBBB;
}
</style>
background-color css
<style>
a { background-color: #32BBBB; }
a { background-color: rgb(50,187,187); }
div.DivClassName
{
background-color: #32BBBB;
}
.BgClassName
{
background-color: #32BBBB;
}
</style>
border-color css
<style>
span { border-color: #32BBBB; }
span { border-color: rgb(50,187,187); }
td.TdClassName
{
border-color: #32BBBB;
}
.TagClassName
{
border-color: #32BBBB;
}
</style>