Shades of Tea Green #CFE9B7
Tints of Tea Green #CFE9B7
RGB
CMYK
RGB Variations
Color information
#CFE9B7 (or 0xCFE9B7) is known color: Tea Green. HEX triplet: CF, E9 and B7. RGB value is (207,233,183). Sum of RGB (Red+Green+Blue) = 207+233+183=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9B7 is #301648. Grayscale: #DBDBDB. Windows color (decimal): -3151433 or 12052943. OLE color: 12052943.
HSL color Cylindrical-coordinate representation of color #CFE9B7: hue angle of 91.2º degrees, saturation: 0.53, 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 #CFE9B7 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 183 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.09 |
| HSL | 91.2º | 0.53% | 0.82% | - |
| HSV(B) | 91.2º | 0.21% | 0.91% | - |
| XYZ | 63.42 | 74.96 | 55.93 | - |
| YUV | 219.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 183 | 0.11 | 0 | 0.21 | 0.09 | 91.2 | 0.53 | 0.82 |
| Hex | CF | E9 | B7 | B | 0 | 15 | 9 | 5B | 35 | 52 |
| Octal | 317 | 351 | 267 | 13 | 0 | 25 | 11 | 133 | 65 | 122 |
| Binary | 11001111 | 11101001 | 10110111 | 1011 | 0 | 10101 | 1001 | 1011011 | 110101 | 1010010 |
Color Harmonies of #CFE9B7
Complementary color
Monochromatic Colors of #CFE9B7
Black with #CFE9B7
Text Example
Text Example
White with #CFE9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9B7; }
p { color: rgb(207,233,183); }
H1.HeaderClassName
{
color: #CFE9B7;
}
.AnyTagClassName
{
color: #CFE9B7;
}
</style>
background-color css
<style>
a { background-color: #CFE9B7; }
a { background-color: rgb(207,233,183); }
div.DivClassName
{
background-color: #CFE9B7;
}
.BgClassName
{
background-color: #CFE9B7;
}
</style>
border-color css
<style>
span { border-color: #CFE9B7; }
span { border-color: rgb(207,233,183); }
td.TdClassName
{
border-color: #CFE9B7;
}
.TagClassName
{
border-color: #CFE9B7;
}
</style>