Shades of Tea Green #CFE8BF
Tints of Tea Green #CFE8BF
RGB
CMYK
RGB Variations
Color information
#CFE8BF (or 0xCFE8BF) is known color: Tea Green. HEX triplet: CF, E8 and BF. RGB value is (207,232,191). Sum of RGB (Red+Green+Blue) = 207+232+191=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BF is #301740. Grayscale: #DBDBDB. Windows color (decimal): -3151681 or 12576975. OLE color: 12576975.
HSL color Cylindrical-coordinate representation of color #CFE8BF: hue angle of 96.59º degrees, saturation: 0.47, 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 #CFE8BF is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 191 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 96.59º | 0.47% | 0.83% | - |
| HSV(B) | 96.59º | 0.18% | 0.91% | - |
| XYZ | 63.99 | 74.74 | 60.34 | - |
| YUV | 219.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 191 | 0.11 | 0 | 0.18 | 0.09 | 96.59 | 0.47 | 0.83 |
| Hex | CF | E8 | BF | B | 0 | 12 | 9 | 61 | 2F | 53 |
| Octal | 317 | 350 | 277 | 13 | 0 | 22 | 11 | 141 | 57 | 123 |
| Binary | 11001111 | 11101000 | 10111111 | 1011 | 0 | 10010 | 1001 | 1100001 | 101111 | 1010011 |
Color Harmonies of #CFE8BF
Complementary color
Monochromatic Colors of #CFE8BF
Black with #CFE8BF
Text Example
Text Example
White with #CFE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8BF; }
p { color: rgb(207,232,191); }
H1.HeaderClassName
{
color: #CFE8BF;
}
.AnyTagClassName
{
color: #CFE8BF;
}
</style>
background-color css
<style>
a { background-color: #CFE8BF; }
a { background-color: rgb(207,232,191); }
div.DivClassName
{
background-color: #CFE8BF;
}
.BgClassName
{
background-color: #CFE8BF;
}
</style>
border-color css
<style>
span { border-color: #CFE8BF; }
span { border-color: rgb(207,232,191); }
td.TdClassName
{
border-color: #CFE8BF;
}
.TagClassName
{
border-color: #CFE8BF;
}
</style>