Shades of Tea Green #CFE5BE
Tints of Tea Green #CFE5BE
RGB
CMYK
RGB Variations
Color information
#CFE5BE (or 0xCFE5BE) is known color: Tea Green. HEX triplet: CF, E5 and BE. RGB value is (207,229,190). Sum of RGB (Red+Green+Blue) = 207+229+190=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5BE is #301A41. Grayscale: #DADADA. Windows color (decimal): -3152450 or 12510671. OLE color: 12510671.
HSL color Cylindrical-coordinate representation of color #CFE5BE: hue angle of 93.85º degrees, saturation: 0.43, 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 #CFE5BE is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 190 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.10 |
| HSL | 93.85º | 0.43% | 0.82% | - |
| HSV(B) | 93.85º | 0.17% | 0.9% | - |
| XYZ | 63.05 | 73.02 | 59.49 | - |
| YUV | 217.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 190 | 0.10 | 0 | 0.17 | 0.10 | 93.85 | 0.43 | 0.82 |
| Hex | CF | E5 | BE | A | 0 | 11 | A | 5E | 2B | 52 |
| Octal | 317 | 345 | 276 | 12 | 0 | 21 | 12 | 136 | 53 | 122 |
| Binary | 11001111 | 11100101 | 10111110 | 1010 | 0 | 10001 | 1010 | 1011110 | 101011 | 1010010 |
Color Harmonies of #CFE5BE
Complementary color
Monochromatic Colors of #CFE5BE
Black with #CFE5BE
Text Example
Text Example
White with #CFE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5BE; }
p { color: rgb(207,229,190); }
H1.HeaderClassName
{
color: #CFE5BE;
}
.AnyTagClassName
{
color: #CFE5BE;
}
</style>
background-color css
<style>
a { background-color: #CFE5BE; }
a { background-color: rgb(207,229,190); }
div.DivClassName
{
background-color: #CFE5BE;
}
.BgClassName
{
background-color: #CFE5BE;
}
</style>
border-color css
<style>
span { border-color: #CFE5BE; }
span { border-color: rgb(207,229,190); }
td.TdClassName
{
border-color: #CFE5BE;
}
.TagClassName
{
border-color: #CFE5BE;
}
</style>