Shades of Light Sea Green #20CCAF
Tints of Light Sea Green #20CCAF
RGB
CMYK
RGB Variations
Color information
#20CCAF (or 0x20CCAF) is known color: Light Sea Green. HEX triplet: 20, CC and AF. RGB value is (32,204,175). Sum of RGB (Red+Green+Blue) = 32+204+175=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CCAF is #DF3350. Grayscale: #959595. Windows color (decimal): -14627665 or 11521056. OLE color: 11521056.
HSL color Cylindrical-coordinate representation of color #20CCAF: hue angle of 169.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CCAF is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 175 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.2 |
| HSL | 169.88º | 0.73% | 0.46% | - |
| HSV(B) | 169.88º | 0.84% | 0.8% | - |
| XYZ | 29.93 | 46.59 | 47.97 | - |
| YUV | 149.27 | 142.52 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 175 | 0.84 | 0 | 0.14 | 0.2 | 169.88 | 0.73 | 0.46 |
| Hex | 20 | CC | AF | 54 | 0 | E | 14 | AA | 49 | 2E |
| Octal | 40 | 314 | 257 | 124 | 0 | 16 | 24 | 252 | 111 | 56 |
| Binary | 100000 | 11001100 | 10101111 | 1010100 | 0 | 1110 | 10100 | 10101010 | 1001001 | 101110 |
Color Harmonies of #20CCAF
Complementary color
Monochromatic Colors of #20CCAF
Black with #20CCAF
Text Example
Text Example
White with #20CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCAF; }
p { color: rgb(32,204,175); }
H1.HeaderClassName
{
color: #20CCAF;
}
.AnyTagClassName
{
color: #20CCAF;
}
</style>
background-color css
<style>
a { background-color: #20CCAF; }
a { background-color: rgb(32,204,175); }
div.DivClassName
{
background-color: #20CCAF;
}
.BgClassName
{
background-color: #20CCAF;
}
</style>
border-color css
<style>
span { border-color: #20CCAF; }
span { border-color: rgb(32,204,175); }
td.TdClassName
{
border-color: #20CCAF;
}
.TagClassName
{
border-color: #20CCAF;
}
</style>