Shades of Light Sea Green #20BCBB
Tints of Light Sea Green #20BCBB
RGB
CMYK
RGB Variations
Color information
#20BCBB (or 0x20BCBB) is known color: Light Sea Green. HEX triplet: 20, BC and BB. RGB value is (32,188,187). Sum of RGB (Red+Green+Blue) = 32+188+187=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCBB is #DF4344. Grayscale: #8D8D8D. Windows color (decimal): -14631749 or 12303392. OLE color: 12303392.
HSL color Cylindrical-coordinate representation of color #20BCBB: hue angle of 179.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BCBB is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 187 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.26 |
| HSL | 179.62º | 0.71% | 0.43% | - |
| HSV(B) | 179.62º | 0.83% | 0.74% | - |
| XYZ | 27.55 | 39.86 | 53.26 | - |
| YUV | 141.24 | 153.82 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 187 | 0.83 | 0 | 0.01 | 0.26 | 179.62 | 0.71 | 0.43 |
| Hex | 20 | BC | BB | 53 | 0 | 1 | 1A | B4 | 47 | 2B |
| Octal | 40 | 274 | 273 | 123 | 0 | 1 | 32 | 264 | 107 | 53 |
| Binary | 100000 | 10111100 | 10111011 | 1010011 | 0 | 1 | 11010 | 10110100 | 1000111 | 101011 |
Color Harmonies of #20BCBB
Complementary color
Monochromatic Colors of #20BCBB
Black with #20BCBB
Text Example
Text Example
White with #20BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCBB; }
p { color: rgb(32,188,187); }
H1.HeaderClassName
{
color: #20BCBB;
}
.AnyTagClassName
{
color: #20BCBB;
}
</style>
background-color css
<style>
a { background-color: #20BCBB; }
a { background-color: rgb(32,188,187); }
div.DivClassName
{
background-color: #20BCBB;
}
.BgClassName
{
background-color: #20BCBB;
}
</style>
border-color css
<style>
span { border-color: #20BCBB; }
span { border-color: rgb(32,188,187); }
td.TdClassName
{
border-color: #20BCBB;
}
.TagClassName
{
border-color: #20BCBB;
}
</style>