Shades of Tea Green #CFE8B9
Tints of Tea Green #CFE8B9
RGB
CMYK
RGB Variations
Color information
#CFE8B9 (or 0xCFE8B9) is known color: Tea Green. HEX triplet: CF, E8 and B9. RGB value is (207,232,185). Sum of RGB (Red+Green+Blue) = 207+232+185=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B9 is #301746. Grayscale: #DBDBDB. Windows color (decimal): -3151687 or 12183759. OLE color: 12183759.
HSL color Cylindrical-coordinate representation of color #CFE8B9: hue angle of 91.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE8B9 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 185 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.09 |
| HSL | 91.91º | 0.51% | 0.82% | - |
| HSV(B) | 91.91º | 0.2% | 0.91% | - |
| XYZ | 63.35 | 74.48 | 56.94 | - |
| YUV | 219.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 185 | 0.11 | 0 | 0.20 | 0.09 | 91.91 | 0.51 | 0.82 |
| Hex | CF | E8 | B9 | B | 0 | 14 | 9 | 5C | 33 | 52 |
| Octal | 317 | 350 | 271 | 13 | 0 | 24 | 11 | 134 | 63 | 122 |
| Binary | 11001111 | 11101000 | 10111001 | 1011 | 0 | 10100 | 1001 | 1011100 | 110011 | 1010010 |
Color Harmonies of #CFE8B9
Complementary color
Monochromatic Colors of #CFE8B9
Black with #CFE8B9
Text Example
Text Example
White with #CFE8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8B9; }
p { color: rgb(207,232,185); }
H1.HeaderClassName
{
color: #CFE8B9;
}
.AnyTagClassName
{
color: #CFE8B9;
}
</style>
background-color css
<style>
a { background-color: #CFE8B9; }
a { background-color: rgb(207,232,185); }
div.DivClassName
{
background-color: #CFE8B9;
}
.BgClassName
{
background-color: #CFE8B9;
}
</style>
border-color css
<style>
span { border-color: #CFE8B9; }
span { border-color: rgb(207,232,185); }
td.TdClassName
{
border-color: #CFE8B9;
}
.TagClassName
{
border-color: #CFE8B9;
}
</style>