Shades of Tea Green #CFE3C5
Tints of Tea Green #CFE3C5
RGB
CMYK
RGB Variations
Color information
#CFE3C5 (or 0xCFE3C5) is known color: Tea Green. HEX triplet: CF, E3 and C5. RGB value is (207,227,197). Sum of RGB (Red+Green+Blue) = 207+227+197=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3C5 is #301C3A. Grayscale: #D9D9D9. Windows color (decimal): -3152955 or 12968911. OLE color: 12968911.
HSL color Cylindrical-coordinate representation of color #CFE3C5: hue angle of 100º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE3C5 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 197 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.11 |
| HSL | 100º | 0.35% | 0.83% | - |
| HSV(B) | 100º | 0.13% | 0.89% | - |
| XYZ | 63.28 | 72.23 | 63.43 | - |
| YUV | 217.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 197 | 0.09 | 0 | 0.13 | 0.11 | 100 | 0.35 | 0.83 |
| Hex | CF | E3 | C5 | 9 | 0 | D | B | 64 | 23 | 53 |
| Octal | 317 | 343 | 305 | 11 | 0 | 15 | 13 | 144 | 43 | 123 |
| Binary | 11001111 | 11100011 | 11000101 | 1001 | 0 | 1101 | 1011 | 1100100 | 100011 | 1010011 |
Color Harmonies of #CFE3C5
Complementary color
Monochromatic Colors of #CFE3C5
Black with #CFE3C5
Text Example
Text Example
White with #CFE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3C5; }
p { color: rgb(207,227,197); }
H1.HeaderClassName
{
color: #CFE3C5;
}
.AnyTagClassName
{
color: #CFE3C5;
}
</style>
background-color css
<style>
a { background-color: #CFE3C5; }
a { background-color: rgb(207,227,197); }
div.DivClassName
{
background-color: #CFE3C5;
}
.BgClassName
{
background-color: #CFE3C5;
}
</style>
border-color css
<style>
span { border-color: #CFE3C5; }
span { border-color: rgb(207,227,197); }
td.TdClassName
{
border-color: #CFE3C5;
}
.TagClassName
{
border-color: #CFE3C5;
}
</style>