Shades of Light Sea Green #20CFAF
Tints of Light Sea Green #20CFAF
RGB
CMYK
RGB Variations
Color information
#20CFAF (or 0x20CFAF) is known color: Light Sea Green. HEX triplet: 20, CF and AF. RGB value is (32,207,175). Sum of RGB (Red+Green+Blue) = 32+207+175=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CFAF is #DF3050. Grayscale: #969696. Windows color (decimal): -14626897 or 11521824. OLE color: 11521824.
HSL color Cylindrical-coordinate representation of color #20CFAF: hue angle of 169.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFAF is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 175 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.19 |
| HSL | 169.03º | 0.73% | 0.47% | - |
| HSV(B) | 169.03º | 0.85% | 0.81% | - |
| XYZ | 30.65 | 48.03 | 48.21 | - |
| YUV | 151.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 175 | 0.85 | 0 | 0.15 | 0.19 | 169.03 | 0.73 | 0.47 |
| Hex | 20 | CF | AF | 55 | 0 | F | 13 | A9 | 49 | 2F |
| Octal | 40 | 317 | 257 | 125 | 0 | 17 | 23 | 251 | 111 | 57 |
| Binary | 100000 | 11001111 | 10101111 | 1010101 | 0 | 1111 | 10011 | 10101001 | 1001001 | 101111 |
Color Harmonies of #20CFAF
Complementary color
Monochromatic Colors of #20CFAF
Black with #20CFAF
Text Example
Text Example
White with #20CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFAF; }
p { color: rgb(32,207,175); }
H1.HeaderClassName
{
color: #20CFAF;
}
.AnyTagClassName
{
color: #20CFAF;
}
</style>
background-color css
<style>
a { background-color: #20CFAF; }
a { background-color: rgb(32,207,175); }
div.DivClassName
{
background-color: #20CFAF;
}
.BgClassName
{
background-color: #20CFAF;
}
</style>
border-color css
<style>
span { border-color: #20CFAF; }
span { border-color: rgb(32,207,175); }
td.TdClassName
{
border-color: #20CFAF;
}
.TagClassName
{
border-color: #20CFAF;
}
</style>