Shades of Tea Green #CFE5BF
Tints of Tea Green #CFE5BF
RGB
CMYK
RGB Variations
Color information
#CFE5BF (or 0xCFE5BF) is known color: Tea Green. HEX triplet: CF, E5 and BF. RGB value is (207,229,191). Sum of RGB (Red+Green+Blue) = 207+229+191=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5BF is #301A40. Grayscale: #DADADA. Windows color (decimal): -3152449 or 12576207. OLE color: 12576207.
HSL color Cylindrical-coordinate representation of color #CFE5BF: hue angle of 94.74º degrees, saturation: 0.42, 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 #CFE5BF is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 191 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.10 |
| HSL | 94.74º | 0.42% | 0.82% | - |
| HSV(B) | 94.74º | 0.17% | 0.9% | - |
| XYZ | 63.16 | 73.07 | 60.06 | - |
| YUV | 218.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 191 | 0.10 | 0 | 0.17 | 0.10 | 94.74 | 0.42 | 0.82 |
| Hex | CF | E5 | BF | A | 0 | 11 | A | 5F | 2A | 52 |
| Octal | 317 | 345 | 277 | 12 | 0 | 21 | 12 | 137 | 52 | 122 |
| Binary | 11001111 | 11100101 | 10111111 | 1010 | 0 | 10001 | 1010 | 1011111 | 101010 | 1010010 |
Color Harmonies of #CFE5BF
Complementary color
Monochromatic Colors of #CFE5BF
Black with #CFE5BF
Text Example
Text Example
White with #CFE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5BF; }
p { color: rgb(207,229,191); }
H1.HeaderClassName
{
color: #CFE5BF;
}
.AnyTagClassName
{
color: #CFE5BF;
}
</style>
background-color css
<style>
a { background-color: #CFE5BF; }
a { background-color: rgb(207,229,191); }
div.DivClassName
{
background-color: #CFE5BF;
}
.BgClassName
{
background-color: #CFE5BF;
}
</style>
border-color css
<style>
span { border-color: #CFE5BF; }
span { border-color: rgb(207,229,191); }
td.TdClassName
{
border-color: #CFE5BF;
}
.TagClassName
{
border-color: #CFE5BF;
}
</style>