Shades of Light Sea Green #20BEA6
Tints of Light Sea Green #20BEA6
RGB
CMYK
RGB Variations
Color information
#20BEA6 (or 0x20BEA6) is known color: Light Sea Green. HEX triplet: 20, BE and A6. RGB value is (32,190,166). Sum of RGB (Red+Green+Blue) = 32+190+166=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BEA6 is #DF4159. Grayscale: #8B8B8B. Windows color (decimal): -14631258 or 10927648. OLE color: 10927648.
HSL color Cylindrical-coordinate representation of color #20BEA6: hue angle of 170.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BEA6 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 166 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.25 |
| HSL | 170.89º | 0.71% | 0.44% | - |
| HSV(B) | 170.89º | 0.83% | 0.75% | - |
| XYZ | 25.89 | 39.89 | 42.41 | - |
| YUV | 140.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 166 | 0.83 | 0 | 0.13 | 0.25 | 170.89 | 0.71 | 0.44 |
| Hex | 20 | BE | A6 | 53 | 0 | D | 19 | AB | 47 | 2C |
| Octal | 40 | 276 | 246 | 123 | 0 | 15 | 31 | 253 | 107 | 54 |
| Binary | 100000 | 10111110 | 10100110 | 1010011 | 0 | 1101 | 11001 | 10101011 | 1000111 | 101100 |
Color Harmonies of #20BEA6
Complementary color
Monochromatic Colors of #20BEA6
Black with #20BEA6
Text Example
Text Example
White with #20BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEA6; }
p { color: rgb(32,190,166); }
H1.HeaderClassName
{
color: #20BEA6;
}
.AnyTagClassName
{
color: #20BEA6;
}
</style>
background-color css
<style>
a { background-color: #20BEA6; }
a { background-color: rgb(32,190,166); }
div.DivClassName
{
background-color: #20BEA6;
}
.BgClassName
{
background-color: #20BEA6;
}
</style>
border-color css
<style>
span { border-color: #20BEA6; }
span { border-color: rgb(32,190,166); }
td.TdClassName
{
border-color: #20BEA6;
}
.TagClassName
{
border-color: #20BEA6;
}
</style>