Shades of Light Sea Green #20BEBC
Tints of Light Sea Green #20BEBC
RGB
CMYK
RGB Variations
Color information
#20BEBC (or 0x20BEBC) is known color: Light Sea Green. HEX triplet: 20, BE and BC. RGB value is (32,190,188). Sum of RGB (Red+Green+Blue) = 32+190+188=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEBC is #DF4143. Grayscale: #8E8E8E. Windows color (decimal): -14631236 or 12369440. OLE color: 12369440.
HSL color Cylindrical-coordinate representation of color #20BEBC: hue angle of 179.24º 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 #20BEBC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 188 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.25 |
| HSL | 179.24º | 0.71% | 0.44% | - |
| HSV(B) | 179.24º | 0.83% | 0.75% | - |
| XYZ | 28.09 | 40.76 | 53.97 | - |
| YUV | 142.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 188 | 0.83 | 0 | 0.01 | 0.25 | 179.24 | 0.71 | 0.44 |
| Hex | 20 | BE | BC | 53 | 0 | 1 | 19 | B3 | 47 | 2C |
| Octal | 40 | 276 | 274 | 123 | 0 | 1 | 31 | 263 | 107 | 54 |
| Binary | 100000 | 10111110 | 10111100 | 1010011 | 0 | 1 | 11001 | 10110011 | 1000111 | 101100 |
Color Harmonies of #20BEBC
Complementary color
Monochromatic Colors of #20BEBC
Black with #20BEBC
Text Example
Text Example
White with #20BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEBC; }
p { color: rgb(32,190,188); }
H1.HeaderClassName
{
color: #20BEBC;
}
.AnyTagClassName
{
color: #20BEBC;
}
</style>
background-color css
<style>
a { background-color: #20BEBC; }
a { background-color: rgb(32,190,188); }
div.DivClassName
{
background-color: #20BEBC;
}
.BgClassName
{
background-color: #20BEBC;
}
</style>
border-color css
<style>
span { border-color: #20BEBC; }
span { border-color: rgb(32,190,188); }
td.TdClassName
{
border-color: #20BEBC;
}
.TagClassName
{
border-color: #20BEBC;
}
</style>