Shades of Light Sea Green #32BDBB
Tints of Light Sea Green #32BDBB
RGB
CMYK
RGB Variations
Color information
#32BDBB (or 0x32BDBB) is known color: Light Sea Green. HEX triplet: 32, BD and BB. RGB value is (50,189,187). Sum of RGB (Red+Green+Blue) = 50+189+187=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDBB is #CD4244. Grayscale: #939393. Windows color (decimal): -13451845 or 12303666. OLE color: 12303666.
HSL color Cylindrical-coordinate representation of color #32BDBB: hue angle of 179.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDBB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 187 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.26 |
| HSL | 179.14º | 0.58% | 0.47% | - |
| HSV(B) | 179.14º | 0.74% | 0.74% | - |
| XYZ | 28.48 | 40.66 | 53.36 | - |
| YUV | 147.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 187 | 0.74 | 0 | 0.01 | 0.26 | 179.14 | 0.58 | 0.47 |
| Hex | 32 | BD | BB | 4A | 0 | 1 | 1A | B3 | 3A | 2F |
| Octal | 62 | 275 | 273 | 112 | 0 | 1 | 32 | 263 | 72 | 57 |
| Binary | 110010 | 10111101 | 10111011 | 1001010 | 0 | 1 | 11010 | 10110011 | 111010 | 101111 |
Color Harmonies of #32BDBB
Complementary color
Monochromatic Colors of #32BDBB
Black with #32BDBB
Text Example
Text Example
White with #32BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDBB; }
p { color: rgb(50,189,187); }
H1.HeaderClassName
{
color: #32BDBB;
}
.AnyTagClassName
{
color: #32BDBB;
}
</style>
background-color css
<style>
a { background-color: #32BDBB; }
a { background-color: rgb(50,189,187); }
div.DivClassName
{
background-color: #32BDBB;
}
.BgClassName
{
background-color: #32BDBB;
}
</style>
border-color css
<style>
span { border-color: #32BDBB; }
span { border-color: rgb(50,189,187); }
td.TdClassName
{
border-color: #32BDBB;
}
.TagClassName
{
border-color: #32BDBB;
}
</style>