Shades of Tea Green #CFE8BE
Tints of Tea Green #CFE8BE
RGB
CMYK
RGB Variations
Color information
#CFE8BE (or 0xCFE8BE) is known color: Tea Green. HEX triplet: CF, E8 and BE. RGB value is (207,232,190). Sum of RGB (Red+Green+Blue) = 207+232+190=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BE is #301741. Grayscale: #DBDBDB. Windows color (decimal): -3151682 or 12511439. OLE color: 12511439.
HSL color Cylindrical-coordinate representation of color #CFE8BE: hue angle of 95.71º degrees, saturation: 0.48, 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 #CFE8BE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 190 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 95.71º | 0.48% | 0.83% | - |
| HSV(B) | 95.71º | 0.18% | 0.91% | - |
| XYZ | 63.88 | 74.7 | 59.77 | - |
| YUV | 219.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 190 | 0.11 | 0 | 0.18 | 0.09 | 95.71 | 0.48 | 0.83 |
| Hex | CF | E8 | BE | B | 0 | 12 | 9 | 60 | 30 | 53 |
| Octal | 317 | 350 | 276 | 13 | 0 | 22 | 11 | 140 | 60 | 123 |
| Binary | 11001111 | 11101000 | 10111110 | 1011 | 0 | 10010 | 1001 | 1100000 | 110000 | 1010011 |
Color Harmonies of #CFE8BE
Complementary color
Monochromatic Colors of #CFE8BE
Black with #CFE8BE
Text Example
Text Example
White with #CFE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8BE; }
p { color: rgb(207,232,190); }
H1.HeaderClassName
{
color: #CFE8BE;
}
.AnyTagClassName
{
color: #CFE8BE;
}
</style>
background-color css
<style>
a { background-color: #CFE8BE; }
a { background-color: rgb(207,232,190); }
div.DivClassName
{
background-color: #CFE8BE;
}
.BgClassName
{
background-color: #CFE8BE;
}
</style>
border-color css
<style>
span { border-color: #CFE8BE; }
span { border-color: rgb(207,232,190); }
td.TdClassName
{
border-color: #CFE8BE;
}
.TagClassName
{
border-color: #CFE8BE;
}
</style>