Shades of Light Sea Green #20AC9B
Tints of Light Sea Green #20AC9B
RGB
CMYK
RGB Variations
Color information
#20AC9B (or 0x20AC9B) is known color: Light Sea Green. HEX triplet: 20, AC and 9B. RGB value is (32,172,155). Sum of RGB (Red+Green+Blue) = 32+172+155=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AC9B is #DF5364. Grayscale: #808080. Windows color (decimal): -14635877 or 10202144. OLE color: 10202144.
HSL color Cylindrical-coordinate representation of color #20AC9B: hue angle of 172.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AC9B is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 155 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.33 |
| HSL | 172.71º | 0.69% | 0.4% | - |
| HSV(B) | 172.71º | 0.81% | 0.67% | - |
| XYZ | 21.26 | 32.18 | 36.1 | - |
| YUV | 128.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 155 | 0.81 | 0 | 0.10 | 0.33 | 172.71 | 0.69 | 0.4 |
| Hex | 20 | AC | 9B | 51 | 0 | A | 21 | AD | 45 | 28 |
| Octal | 40 | 254 | 233 | 121 | 0 | 12 | 41 | 255 | 105 | 50 |
| Binary | 100000 | 10101100 | 10011011 | 1010001 | 0 | 1010 | 100001 | 10101101 | 1000101 | 101000 |
Color Harmonies of #20AC9B
Complementary color
Monochromatic Colors of #20AC9B
Black with #20AC9B
Text Example
Text Example
White with #20AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC9B; }
p { color: rgb(32,172,155); }
H1.HeaderClassName
{
color: #20AC9B;
}
.AnyTagClassName
{
color: #20AC9B;
}
</style>
background-color css
<style>
a { background-color: #20AC9B; }
a { background-color: rgb(32,172,155); }
div.DivClassName
{
background-color: #20AC9B;
}
.BgClassName
{
background-color: #20AC9B;
}
</style>
border-color css
<style>
span { border-color: #20AC9B; }
span { border-color: rgb(32,172,155); }
td.TdClassName
{
border-color: #20AC9B;
}
.TagClassName
{
border-color: #20AC9B;
}
</style>