Shades of Tea Green #CFE9B9
Tints of Tea Green #CFE9B9
RGB
CMYK
RGB Variations
Color information
#CFE9B9 (or 0xCFE9B9) is known color: Tea Green. HEX triplet: CF, E9 and B9. RGB value is (207,233,185). Sum of RGB (Red+Green+Blue) = 207+233+185=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9B9 is #301646. Grayscale: #DBDBDB. Windows color (decimal): -3151431 or 12184015. OLE color: 12184015.
HSL color Cylindrical-coordinate representation of color #CFE9B9: hue angle of 92.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFE9B9 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 185 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.09 |
| HSL | 92.5º | 0.52% | 0.82% | - |
| HSV(B) | 92.5º | 0.21% | 0.91% | - |
| XYZ | 63.63 | 75.05 | 57.03 | - |
| YUV | 219.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 185 | 0.11 | 0 | 0.21 | 0.09 | 92.5 | 0.52 | 0.82 |
| Hex | CF | E9 | B9 | B | 0 | 15 | 9 | 5C | 34 | 52 |
| Octal | 317 | 351 | 271 | 13 | 0 | 25 | 11 | 134 | 64 | 122 |
| Binary | 11001111 | 11101001 | 10111001 | 1011 | 0 | 10101 | 1001 | 1011100 | 110100 | 1010010 |
Color Harmonies of #CFE9B9
Complementary color
Monochromatic Colors of #CFE9B9
Black with #CFE9B9
Text Example
Text Example
White with #CFE9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9B9; }
p { color: rgb(207,233,185); }
H1.HeaderClassName
{
color: #CFE9B9;
}
.AnyTagClassName
{
color: #CFE9B9;
}
</style>
background-color css
<style>
a { background-color: #CFE9B9; }
a { background-color: rgb(207,233,185); }
div.DivClassName
{
background-color: #CFE9B9;
}
.BgClassName
{
background-color: #CFE9B9;
}
</style>
border-color css
<style>
span { border-color: #CFE9B9; }
span { border-color: rgb(207,233,185); }
td.TdClassName
{
border-color: #CFE9B9;
}
.TagClassName
{
border-color: #CFE9B9;
}
</style>