Shades of Tea Green #CFE5B7
Tints of Tea Green #CFE5B7
RGB
CMYK
RGB Variations
Color information
#CFE5B7 (or 0xCFE5B7) is known color: Tea Green. HEX triplet: CF, E5 and B7. RGB value is (207,229,183). Sum of RGB (Red+Green+Blue) = 207+229+183=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5B7 is #301A48. Grayscale: #D9D9D9. Windows color (decimal): -3152457 or 12051919. OLE color: 12051919.
HSL color Cylindrical-coordinate representation of color #CFE5B7: hue angle of 88.7º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE5B7 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 183 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.10 |
| HSL | 88.7º | 0.47% | 0.81% | - |
| HSV(B) | 88.7º | 0.2% | 0.9% | - |
| XYZ | 62.3 | 72.72 | 55.55 | - |
| YUV | 217.18 | 108.71 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 183 | 0.10 | 0 | 0.20 | 0.10 | 88.7 | 0.47 | 0.81 |
| Hex | CF | E5 | B7 | A | 0 | 14 | A | 59 | 2F | 51 |
| Octal | 317 | 345 | 267 | 12 | 0 | 24 | 12 | 131 | 57 | 121 |
| Binary | 11001111 | 11100101 | 10110111 | 1010 | 0 | 10100 | 1010 | 1011001 | 101111 | 1010001 |
Color Harmonies of #CFE5B7
Complementary color
Monochromatic Colors of #CFE5B7
Black with #CFE5B7
Text Example
Text Example
White with #CFE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5B7; }
p { color: rgb(207,229,183); }
H1.HeaderClassName
{
color: #CFE5B7;
}
.AnyTagClassName
{
color: #CFE5B7;
}
</style>
background-color css
<style>
a { background-color: #CFE5B7; }
a { background-color: rgb(207,229,183); }
div.DivClassName
{
background-color: #CFE5B7;
}
.BgClassName
{
background-color: #CFE5B7;
}
</style>
border-color css
<style>
span { border-color: #CFE5B7; }
span { border-color: rgb(207,229,183); }
td.TdClassName
{
border-color: #CFE5B7;
}
.TagClassName
{
border-color: #CFE5B7;
}
</style>