Shades of Light Sea Green #20BC9C
Tints of Light Sea Green #20BC9C
RGB
CMYK
RGB Variations
Color information
#20BC9C (or 0x20BC9C) is known color: Light Sea Green. HEX triplet: 20, BC and 9C. RGB value is (32,188,156). Sum of RGB (Red+Green+Blue) = 32+188+156=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BC9C is #DF4363. Grayscale: #898989. Windows color (decimal): -14631780 or 10271776. OLE color: 10271776.
HSL color Cylindrical-coordinate representation of color #20BC9C: hue angle of 167.69º 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 #20BC9C is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 156 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.26 |
| HSL | 167.69º | 0.71% | 0.43% | - |
| HSV(B) | 167.69º | 0.83% | 0.74% | - |
| XYZ | 24.58 | 38.67 | 37.62 | - |
| YUV | 137.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 156 | 0.83 | 0 | 0.17 | 0.26 | 167.69 | 0.71 | 0.43 |
| Hex | 20 | BC | 9C | 53 | 0 | 11 | 1A | A8 | 47 | 2B |
| Octal | 40 | 274 | 234 | 123 | 0 | 21 | 32 | 250 | 107 | 53 |
| Binary | 100000 | 10111100 | 10011100 | 1010011 | 0 | 10001 | 11010 | 10101000 | 1000111 | 101011 |
Color Harmonies of #20BC9C
Complementary color
Monochromatic Colors of #20BC9C
Black with #20BC9C
Text Example
Text Example
White with #20BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC9C; }
p { color: rgb(32,188,156); }
H1.HeaderClassName
{
color: #20BC9C;
}
.AnyTagClassName
{
color: #20BC9C;
}
</style>
background-color css
<style>
a { background-color: #20BC9C; }
a { background-color: rgb(32,188,156); }
div.DivClassName
{
background-color: #20BC9C;
}
.BgClassName
{
background-color: #20BC9C;
}
</style>
border-color css
<style>
span { border-color: #20BC9C; }
span { border-color: rgb(32,188,156); }
td.TdClassName
{
border-color: #20BC9C;
}
.TagClassName
{
border-color: #20BC9C;
}
</style>