Shades of Tea Green #CFE6BE
Tints of Tea Green #CFE6BE
RGB
CMYK
RGB Variations
Color information
#CFE6BE (or 0xCFE6BE) is known color: Tea Green. HEX triplet: CF, E6 and BE. RGB value is (207,230,190). Sum of RGB (Red+Green+Blue) = 207+230+190=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6BE is #301941. Grayscale: #DADADA. Windows color (decimal): -3152194 or 12510927. OLE color: 12510927.
HSL color Cylindrical-coordinate representation of color #CFE6BE: hue angle of 94.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE6BE is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 190 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.10 |
| HSL | 94.5º | 0.44% | 0.82% | - |
| HSV(B) | 94.5º | 0.17% | 0.9% | - |
| XYZ | 63.32 | 73.58 | 59.58 | - |
| YUV | 218.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 190 | 0.10 | 0 | 0.17 | 0.10 | 94.5 | 0.44 | 0.82 |
| Hex | CF | E6 | BE | A | 0 | 11 | A | 5E | 2C | 52 |
| Octal | 317 | 346 | 276 | 12 | 0 | 21 | 12 | 136 | 54 | 122 |
| Binary | 11001111 | 11100110 | 10111110 | 1010 | 0 | 10001 | 1010 | 1011110 | 101100 | 1010010 |
Color Harmonies of #CFE6BE
Complementary color
Monochromatic Colors of #CFE6BE
Black with #CFE6BE
Text Example
Text Example
White with #CFE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6BE; }
p { color: rgb(207,230,190); }
H1.HeaderClassName
{
color: #CFE6BE;
}
.AnyTagClassName
{
color: #CFE6BE;
}
</style>
background-color css
<style>
a { background-color: #CFE6BE; }
a { background-color: rgb(207,230,190); }
div.DivClassName
{
background-color: #CFE6BE;
}
.BgClassName
{
background-color: #CFE6BE;
}
</style>
border-color css
<style>
span { border-color: #CFE6BE; }
span { border-color: rgb(207,230,190); }
td.TdClassName
{
border-color: #CFE6BE;
}
.TagClassName
{
border-color: #CFE6BE;
}
</style>