Shades of Light Sea Green #20C1AD
Tints of Light Sea Green #20C1AD
RGB
CMYK
RGB Variations
Color information
#20C1AD (or 0x20C1AD) is known color: Light Sea Green. HEX triplet: 20, C1 and AD. RGB value is (32,193,173). Sum of RGB (Red+Green+Blue) = 32+193+173=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C1AD is #DF3E52. Grayscale: #8E8E8E. Windows color (decimal): -14630483 or 11387168. OLE color: 11387168.
HSL color Cylindrical-coordinate representation of color #20C1AD: hue angle of 172.55º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C1AD is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 173 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.24 |
| HSL | 172.55º | 0.72% | 0.44% | - |
| HSV(B) | 172.55º | 0.83% | 0.76% | - |
| XYZ | 27.21 | 41.46 | 46.1 | - |
| YUV | 142.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 173 | 0.83 | 0 | 0.10 | 0.24 | 172.55 | 0.72 | 0.44 |
| Hex | 20 | C1 | AD | 53 | 0 | A | 18 | AD | 48 | 2C |
| Octal | 40 | 301 | 255 | 123 | 0 | 12 | 30 | 255 | 110 | 54 |
| Binary | 100000 | 11000001 | 10101101 | 1010011 | 0 | 1010 | 11000 | 10101101 | 1001000 | 101100 |
Color Harmonies of #20C1AD
Complementary color
Monochromatic Colors of #20C1AD
Black with #20C1AD
Text Example
Text Example
White with #20C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C1AD; }
p { color: rgb(32,193,173); }
H1.HeaderClassName
{
color: #20C1AD;
}
.AnyTagClassName
{
color: #20C1AD;
}
</style>
background-color css
<style>
a { background-color: #20C1AD; }
a { background-color: rgb(32,193,173); }
div.DivClassName
{
background-color: #20C1AD;
}
.BgClassName
{
background-color: #20C1AD;
}
</style>
border-color css
<style>
span { border-color: #20C1AD; }
span { border-color: rgb(32,193,173); }
td.TdClassName
{
border-color: #20C1AD;
}
.TagClassName
{
border-color: #20C1AD;
}
</style>