Shades of Light Sea Green #20BCA6
Tints of Light Sea Green #20BCA6
RGB
CMYK
RGB Variations
Color information
#20BCA6 (or 0x20BCA6) is known color: Light Sea Green. HEX triplet: 20, BC and A6. RGB value is (32,188,166). Sum of RGB (Red+Green+Blue) = 32+188+166=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BCA6 is #DF4359. Grayscale: #8A8A8A. Windows color (decimal): -14631770 or 10927136. OLE color: 10927136.
HSL color Cylindrical-coordinate representation of color #20BCA6: hue angle of 171.54º 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 #20BCA6 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 166 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.26 |
| HSL | 171.54º | 0.71% | 0.43% | - |
| HSV(B) | 171.54º | 0.83% | 0.74% | - |
| XYZ | 25.46 | 39.03 | 42.27 | - |
| YUV | 138.85 | 143.32 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 166 | 0.83 | 0 | 0.12 | 0.26 | 171.54 | 0.71 | 0.43 |
| Hex | 20 | BC | A6 | 53 | 0 | C | 1A | AC | 47 | 2B |
| Octal | 40 | 274 | 246 | 123 | 0 | 14 | 32 | 254 | 107 | 53 |
| Binary | 100000 | 10111100 | 10100110 | 1010011 | 0 | 1100 | 11010 | 10101100 | 1000111 | 101011 |
Color Harmonies of #20BCA6
Complementary color
Monochromatic Colors of #20BCA6
Black with #20BCA6
Text Example
Text Example
White with #20BCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCA6; }
p { color: rgb(32,188,166); }
H1.HeaderClassName
{
color: #20BCA6;
}
.AnyTagClassName
{
color: #20BCA6;
}
</style>
background-color css
<style>
a { background-color: #20BCA6; }
a { background-color: rgb(32,188,166); }
div.DivClassName
{
background-color: #20BCA6;
}
.BgClassName
{
background-color: #20BCA6;
}
</style>
border-color css
<style>
span { border-color: #20BCA6; }
span { border-color: rgb(32,188,166); }
td.TdClassName
{
border-color: #20BCA6;
}
.TagClassName
{
border-color: #20BCA6;
}
</style>