Shades of Tea Green #CFF0C5
Tints of Tea Green #CFF0C5
RGB
CMYK
RGB Variations
Color information
#CFF0C5 (or 0xCFF0C5) is known color: Tea Green. HEX triplet: CF, F0 and C5. RGB value is (207,240,197). Sum of RGB (Red+Green+Blue) = 207+240+197=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C5 is #300F3A. Grayscale: #E1E1E1. Windows color (decimal): -3149627 or 12972239. OLE color: 12972239.
HSL color Cylindrical-coordinate representation of color #CFF0C5: hue angle of 106.05º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF0C5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 197 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 106.05º | 0.59% | 0.86% | - |
| HSV(B) | 106.05º | 0.18% | 0.94% | - |
| XYZ | 66.97 | 79.62 | 64.66 | - |
| YUV | 225.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 197 | 0.14 | 0 | 0.18 | 0.06 | 106.05 | 0.59 | 0.86 |
| Hex | CF | F0 | C5 | E | 0 | 12 | 6 | 6A | 3B | 56 |
| Octal | 317 | 360 | 305 | 16 | 0 | 22 | 6 | 152 | 73 | 126 |
| Binary | 11001111 | 11110000 | 11000101 | 1110 | 0 | 10010 | 110 | 1101010 | 111011 | 1010110 |
Color Harmonies of #CFF0C5
Complementary color
Monochromatic Colors of #CFF0C5
Black with #CFF0C5
Text Example
Text Example
White with #CFF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0C5; }
p { color: rgb(207,240,197); }
H1.HeaderClassName
{
color: #CFF0C5;
}
.AnyTagClassName
{
color: #CFF0C5;
}
</style>
background-color css
<style>
a { background-color: #CFF0C5; }
a { background-color: rgb(207,240,197); }
div.DivClassName
{
background-color: #CFF0C5;
}
.BgClassName
{
background-color: #CFF0C5;
}
</style>
border-color css
<style>
span { border-color: #CFF0C5; }
span { border-color: rgb(207,240,197); }
td.TdClassName
{
border-color: #CFF0C5;
}
.TagClassName
{
border-color: #CFF0C5;
}
</style>