Shades of Light Sea Green #20AF9C
Tints of Light Sea Green #20AF9C
RGB
CMYK
RGB Variations
Color information
#20AF9C (or 0x20AF9C) is known color: Light Sea Green. HEX triplet: 20, AF and 9C. RGB value is (32,175,156). Sum of RGB (Red+Green+Blue) = 32+175+156=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF9C is #DF5063. Grayscale: #828282. Windows color (decimal): -14635108 or 10268448. OLE color: 10268448.
HSL color Cylindrical-coordinate representation of color #20AF9C: hue angle of 172.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF9C is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 156 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.31 |
| HSL | 172.03º | 0.69% | 0.41% | - |
| HSV(B) | 172.03º | 0.82% | 0.69% | - |
| XYZ | 21.93 | 33.37 | 36.74 | - |
| YUV | 130.08 | 142.62 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 156 | 0.82 | 0 | 0.11 | 0.31 | 172.03 | 0.69 | 0.41 |
| Hex | 20 | AF | 9C | 52 | 0 | B | 1F | AC | 45 | 29 |
| Octal | 40 | 257 | 234 | 122 | 0 | 13 | 37 | 254 | 105 | 51 |
| Binary | 100000 | 10101111 | 10011100 | 1010010 | 0 | 1011 | 11111 | 10101100 | 1000101 | 101001 |
Color Harmonies of #20AF9C
Complementary color
Monochromatic Colors of #20AF9C
Black with #20AF9C
Text Example
Text Example
White with #20AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF9C; }
p { color: rgb(32,175,156); }
H1.HeaderClassName
{
color: #20AF9C;
}
.AnyTagClassName
{
color: #20AF9C;
}
</style>
background-color css
<style>
a { background-color: #20AF9C; }
a { background-color: rgb(32,175,156); }
div.DivClassName
{
background-color: #20AF9C;
}
.BgClassName
{
background-color: #20AF9C;
}
</style>
border-color css
<style>
span { border-color: #20AF9C; }
span { border-color: rgb(32,175,156); }
td.TdClassName
{
border-color: #20AF9C;
}
.TagClassName
{
border-color: #20AF9C;
}
</style>