Shades of Tea Green #CFEAC0
Tints of Tea Green #CFEAC0
RGB
CMYK
RGB Variations
Color information
#CFEAC0 (or 0xCFEAC0) is known color: Tea Green. HEX triplet: CF, EA and C0. RGB value is (207,234,192). Sum of RGB (Red+Green+Blue) = 207+234+192=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC0 is #30153F. Grayscale: #DDDDDD. Windows color (decimal): -3151168 or 12643023. OLE color: 12643023.
HSL color Cylindrical-coordinate representation of color #CFEAC0: hue angle of 98.57º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEAC0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 192 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.08 |
| HSL | 98.57º | 0.5% | 0.84% | - |
| HSV(B) | 98.57º | 0.18% | 0.92% | - |
| XYZ | 64.67 | 75.92 | 61.11 | - |
| YUV | 221.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 192 | 0.12 | 0 | 0.18 | 0.08 | 98.57 | 0.5 | 0.84 |
| Hex | CF | EA | C0 | C | 0 | 12 | 8 | 63 | 32 | 54 |
| Octal | 317 | 352 | 300 | 14 | 0 | 22 | 10 | 143 | 62 | 124 |
| Binary | 11001111 | 11101010 | 11000000 | 1100 | 0 | 10010 | 1000 | 1100011 | 110010 | 1010100 |
Color Harmonies of #CFEAC0
Complementary color
Monochromatic Colors of #CFEAC0
Black with #CFEAC0
Text Example
Text Example
White with #CFEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAC0; }
p { color: rgb(207,234,192); }
H1.HeaderClassName
{
color: #CFEAC0;
}
.AnyTagClassName
{
color: #CFEAC0;
}
</style>
background-color css
<style>
a { background-color: #CFEAC0; }
a { background-color: rgb(207,234,192); }
div.DivClassName
{
background-color: #CFEAC0;
}
.BgClassName
{
background-color: #CFEAC0;
}
</style>
border-color css
<style>
span { border-color: #CFEAC0; }
span { border-color: rgb(207,234,192); }
td.TdClassName
{
border-color: #CFEAC0;
}
.TagClassName
{
border-color: #CFEAC0;
}
</style>