Shades of Tea Green #CFE9C2
Tints of Tea Green #CFE9C2
RGB
CMYK
RGB Variations
Color information
#CFE9C2 (or 0xCFE9C2) is known color: Tea Green. HEX triplet: CF, E9 and C2. RGB value is (207,233,194). Sum of RGB (Red+Green+Blue) = 207+233+194=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9C2 is #30163D. Grayscale: #DCDCDC. Windows color (decimal): -3151422 or 12773839. OLE color: 12773839.
HSL color Cylindrical-coordinate representation of color #CFE9C2: hue angle of 100º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE9C2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 233 | 194 | - |
CMYK | 0.11 | 0 | 0.17 | 0.09 |
HSL | 100º | 0.47% | 0.84% | - |
HSV(B) | 100º | 0.17% | 0.91% | - |
XYZ | 64.61 | 75.44 | 62.19 | - |
YUV | 220.78 | 112.89 | 118.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 233 | 194 | 0.11 | 0 | 0.17 | 0.09 | 100 | 0.47 | 0.84 |
Hex | CF | E9 | C2 | B | 0 | 11 | 9 | 64 | 2F | 54 |
Octal | 317 | 351 | 302 | 13 | 0 | 21 | 11 | 144 | 57 | 124 |
Binary | 11001111 | 11101001 | 11000010 | 1011 | 0 | 10001 | 1001 | 1100100 | 101111 | 1010100 |
Color Harmonies of #CFE9C2
Complementary color
Monochromatic Colors of #CFE9C2
Black with #CFE9C2
Text Example
Text Example
White with #CFE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9C2; }
p { color: rgb(207,233,194); }
H1.HeaderClassName
{
color: #CFE9C2;
}
.AnyTagClassName
{
color: #CFE9C2;
}
</style>
background-color css
<style>
a { background-color: #CFE9C2; }
a { background-color: rgb(207,233,194); }
div.DivClassName
{
background-color: #CFE9C2;
}
.BgClassName
{
background-color: #CFE9C2;
}
</style>
border-color css
<style>
span { border-color: #CFE9C2; }
span { border-color: rgb(207,233,194); }
td.TdClassName
{
border-color: #CFE9C2;
}
.TagClassName
{
border-color: #CFE9C2;
}
</style>