Shades of Tea Green #CFE9BE
Tints of Tea Green #CFE9BE
RGB
CMYK
RGB Variations
Color information
#CFE9BE (or 0xCFE9BE) is known color: Tea Green. HEX triplet: CF, E9 and BE. RGB value is (207,233,190). Sum of RGB (Red+Green+Blue) = 207+233+190=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9BE is #301641. Grayscale: #DCDCDC. Windows color (decimal): -3151426 or 12511695. OLE color: 12511695.
HSL color Cylindrical-coordinate representation of color #CFE9BE: hue angle of 96.28º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE9BE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 190 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 96.28º | 0.49% | 0.83% | - |
| HSV(B) | 96.28º | 0.18% | 0.91% | - |
| XYZ | 64.17 | 75.26 | 59.86 | - |
| YUV | 220.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 190 | 0.11 | 0 | 0.18 | 0.09 | 96.28 | 0.49 | 0.83 |
| Hex | CF | E9 | BE | B | 0 | 12 | 9 | 60 | 31 | 53 |
| Octal | 317 | 351 | 276 | 13 | 0 | 22 | 11 | 140 | 61 | 123 |
| Binary | 11001111 | 11101001 | 10111110 | 1011 | 0 | 10010 | 1001 | 1100000 | 110001 | 1010011 |
Color Harmonies of #CFE9BE
Complementary color
Monochromatic Colors of #CFE9BE
Black with #CFE9BE
Text Example
Text Example
White with #CFE9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9BE; }
p { color: rgb(207,233,190); }
H1.HeaderClassName
{
color: #CFE9BE;
}
.AnyTagClassName
{
color: #CFE9BE;
}
</style>
background-color css
<style>
a { background-color: #CFE9BE; }
a { background-color: rgb(207,233,190); }
div.DivClassName
{
background-color: #CFE9BE;
}
.BgClassName
{
background-color: #CFE9BE;
}
</style>
border-color css
<style>
span { border-color: #CFE9BE; }
span { border-color: rgb(207,233,190); }
td.TdClassName
{
border-color: #CFE9BE;
}
.TagClassName
{
border-color: #CFE9BE;
}
</style>