Shades of Light Sea Green #20ADBC
Tints of Light Sea Green #20ADBC
RGB
CMYK
RGB Variations
Color information
#20ADBC (or 0x20ADBC) is known color: Light Sea Green. HEX triplet: 20, AD and BC. RGB value is (32,173,188). Sum of RGB (Red+Green+Blue) = 32+173+188=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #20ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADBC is #DF5243. Grayscale: #848484. Windows color (decimal): -14635588 or 12365088. OLE color: 12365088.
HSL color Cylindrical-coordinate representation of color #20ADBC: hue angle of 185.77º 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 #20ADBC is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 173 | 188 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.26 |
| HSL | 185.77º | 0.71% | 0.43% | - |
| HSV(B) | 185.77º | 0.83% | 0.74% | - |
| XYZ | 24.62 | 33.83 | 52.81 | - |
| YUV | 132.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 188 | 0.83 | 0.08 | 0 | 0.26 | 185.77 | 0.71 | 0.43 |
| Hex | 20 | AD | BC | 53 | 8 | 0 | 1A | BA | 47 | 2B |
| Octal | 40 | 255 | 274 | 123 | 10 | 0 | 32 | 272 | 107 | 53 |
| Binary | 100000 | 10101101 | 10111100 | 1010011 | 1000 | 0 | 11010 | 10111010 | 1000111 | 101011 |
Color Harmonies of #20ADBC
Complementary color
Monochromatic Colors of #20ADBC
Black with #20ADBC
Text Example
Text Example
White with #20ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADBC; }
p { color: rgb(32,173,188); }
H1.HeaderClassName
{
color: #20ADBC;
}
.AnyTagClassName
{
color: #20ADBC;
}
</style>
background-color css
<style>
a { background-color: #20ADBC; }
a { background-color: rgb(32,173,188); }
div.DivClassName
{
background-color: #20ADBC;
}
.BgClassName
{
background-color: #20ADBC;
}
</style>
border-color css
<style>
span { border-color: #20ADBC; }
span { border-color: rgb(32,173,188); }
td.TdClassName
{
border-color: #20ADBC;
}
.TagClassName
{
border-color: #20ADBC;
}
</style>