Shades of Tea Green #CFE6C0
Tints of Tea Green #CFE6C0
RGB
CMYK
RGB Variations
Color information
#CFE6C0 (or 0xCFE6C0) is known color: Tea Green. HEX triplet: CF, E6 and C0. RGB value is (207,230,192). Sum of RGB (Red+Green+Blue) = 207+230+192=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6C0 is #30193F. Grayscale: #DADADA. Windows color (decimal): -3152192 or 12641999. OLE color: 12641999.
HSL color Cylindrical-coordinate representation of color #CFE6C0: hue angle of 96.32º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE6C0 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 192 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.10 |
| HSL | 96.32º | 0.43% | 0.83% | - |
| HSV(B) | 96.32º | 0.17% | 0.9% | - |
| XYZ | 63.54 | 73.66 | 60.74 | - |
| YUV | 218.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 192 | 0.10 | 0 | 0.17 | 0.10 | 96.32 | 0.43 | 0.83 |
| Hex | CF | E6 | C0 | A | 0 | 11 | A | 60 | 2B | 53 |
| Octal | 317 | 346 | 300 | 12 | 0 | 21 | 12 | 140 | 53 | 123 |
| Binary | 11001111 | 11100110 | 11000000 | 1010 | 0 | 10001 | 1010 | 1100000 | 101011 | 1010011 |
Color Harmonies of #CFE6C0
Complementary color
Monochromatic Colors of #CFE6C0
Black with #CFE6C0
Text Example
Text Example
White with #CFE6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6C0; }
p { color: rgb(207,230,192); }
H1.HeaderClassName
{
color: #CFE6C0;
}
.AnyTagClassName
{
color: #CFE6C0;
}
</style>
background-color css
<style>
a { background-color: #CFE6C0; }
a { background-color: rgb(207,230,192); }
div.DivClassName
{
background-color: #CFE6C0;
}
.BgClassName
{
background-color: #CFE6C0;
}
</style>
border-color css
<style>
span { border-color: #CFE6C0; }
span { border-color: rgb(207,230,192); }
td.TdClassName
{
border-color: #CFE6C0;
}
.TagClassName
{
border-color: #CFE6C0;
}
</style>