Shades of Light Sea Green #20A3A8
Tints of Light Sea Green #20A3A8
RGB
CMYK
RGB Variations
Color information
#20A3A8 (or 0x20A3A8) is known color: Light Sea Green. HEX triplet: 20, A3 and A8. RGB value is (32,163,168). Sum of RGB (Red+Green+Blue) = 32+163+168=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #20A3A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20A3A8 is #DF5C57. Grayscale: #7C7C7C. Windows color (decimal): -14638168 or 11051808. OLE color: 11051808.
HSL color Cylindrical-coordinate representation of color #20A3A8: hue angle of 182.21º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A3A8 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 163 | 168 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.34 |
| HSL | 182.21º | 0.68% | 0.39% | - |
| HSV(B) | 182.21º | 0.81% | 0.66% | - |
| XYZ | 20.76 | 29.33 | 41.61 | - |
| YUV | 124.4 | 152.6 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 168 | 0.81 | 0.03 | 0 | 0.34 | 182.21 | 0.68 | 0.39 |
| Hex | 20 | A3 | A8 | 51 | 3 | 0 | 22 | B6 | 44 | 27 |
| Octal | 40 | 243 | 250 | 121 | 3 | 0 | 42 | 266 | 104 | 47 |
| Binary | 100000 | 10100011 | 10101000 | 1010001 | 11 | 0 | 100010 | 10110110 | 1000100 | 100111 |
Color Harmonies of #20A3A8
Complementary color
Monochromatic Colors of #20A3A8
Black with #20A3A8
Text Example
Text Example
White with #20A3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A3A8; }
p { color: rgb(32,163,168); }
H1.HeaderClassName
{
color: #20A3A8;
}
.AnyTagClassName
{
color: #20A3A8;
}
</style>
background-color css
<style>
a { background-color: #20A3A8; }
a { background-color: rgb(32,163,168); }
div.DivClassName
{
background-color: #20A3A8;
}
.BgClassName
{
background-color: #20A3A8;
}
</style>
border-color css
<style>
span { border-color: #20A3A8; }
span { border-color: rgb(32,163,168); }
td.TdClassName
{
border-color: #20A3A8;
}
.TagClassName
{
border-color: #20A3A8;
}
</style>