Shades of Tea Green #CFE6BD
Tints of Tea Green #CFE6BD
RGB
CMYK
RGB Variations
Color information
#CFE6BD (or 0xCFE6BD) is known color: Tea Green. HEX triplet: CF, E6 and BD. RGB value is (207,230,189). Sum of RGB (Red+Green+Blue) = 207+230+189=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6BD is #301942. Grayscale: #DADADA. Windows color (decimal): -3152195 or 12445391. OLE color: 12445391.
HSL color Cylindrical-coordinate representation of color #CFE6BD: hue angle of 93.66º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE6BD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 189 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.10 |
| HSL | 93.66º | 0.45% | 0.82% | - |
| HSV(B) | 93.66º | 0.18% | 0.9% | - |
| XYZ | 63.21 | 73.53 | 59.01 | - |
| YUV | 218.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 189 | 0.10 | 0 | 0.18 | 0.10 | 93.66 | 0.45 | 0.82 |
| Hex | CF | E6 | BD | A | 0 | 12 | A | 5E | 2D | 52 |
| Octal | 317 | 346 | 275 | 12 | 0 | 22 | 12 | 136 | 55 | 122 |
| Binary | 11001111 | 11100110 | 10111101 | 1010 | 0 | 10010 | 1010 | 1011110 | 101101 | 1010010 |
Color Harmonies of #CFE6BD
Complementary color
Monochromatic Colors of #CFE6BD
Black with #CFE6BD
Text Example
Text Example
White with #CFE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6BD; }
p { color: rgb(207,230,189); }
H1.HeaderClassName
{
color: #CFE6BD;
}
.AnyTagClassName
{
color: #CFE6BD;
}
</style>
background-color css
<style>
a { background-color: #CFE6BD; }
a { background-color: rgb(207,230,189); }
div.DivClassName
{
background-color: #CFE6BD;
}
.BgClassName
{
background-color: #CFE6BD;
}
</style>
border-color css
<style>
span { border-color: #CFE6BD; }
span { border-color: rgb(207,230,189); }
td.TdClassName
{
border-color: #CFE6BD;
}
.TagClassName
{
border-color: #CFE6BD;
}
</style>