Shades of Tea Green #CFECBB
Tints of Tea Green #CFECBB
RGB
CMYK
RGB Variations
Color information
#CFECBB (or 0xCFECBB) is known color: Tea Green. HEX triplet: CF, EC and BB. RGB value is (207,236,187). Sum of RGB (Red+Green+Blue) = 207+236+187=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECBB is #301344. Grayscale: #DDDDDD. Windows color (decimal): -3150661 or 12315855. OLE color: 12315855.
HSL color Cylindrical-coordinate representation of color #CFECBB: hue angle of 95.51º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFECBB is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 187 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.07 |
| HSL | 95.51º | 0.56% | 0.83% | - |
| HSV(B) | 95.51º | 0.21% | 0.93% | - |
| XYZ | 64.7 | 76.84 | 58.44 | - |
| YUV | 221.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 187 | 0.12 | 0 | 0.21 | 0.07 | 95.51 | 0.56 | 0.83 |
| Hex | CF | EC | BB | C | 0 | 15 | 7 | 60 | 38 | 53 |
| Octal | 317 | 354 | 273 | 14 | 0 | 25 | 7 | 140 | 70 | 123 |
| Binary | 11001111 | 11101100 | 10111011 | 1100 | 0 | 10101 | 111 | 1100000 | 111000 | 1010011 |
Color Harmonies of #CFECBB
Complementary color
Monochromatic Colors of #CFECBB
Black with #CFECBB
Text Example
Text Example
White with #CFECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECBB; }
p { color: rgb(207,236,187); }
H1.HeaderClassName
{
color: #CFECBB;
}
.AnyTagClassName
{
color: #CFECBB;
}
</style>
background-color css
<style>
a { background-color: #CFECBB; }
a { background-color: rgb(207,236,187); }
div.DivClassName
{
background-color: #CFECBB;
}
.BgClassName
{
background-color: #CFECBB;
}
</style>
border-color css
<style>
span { border-color: #CFECBB; }
span { border-color: rgb(207,236,187); }
td.TdClassName
{
border-color: #CFECBB;
}
.TagClassName
{
border-color: #CFECBB;
}
</style>