Shades of Tea Green #CFEBBC
Tints of Tea Green #CFEBBC
RGB
CMYK
RGB Variations
Color information
#CFEBBC (or 0xCFEBBC) is known color: Tea Green. HEX triplet: CF, EB and BC. RGB value is (207,235,188). Sum of RGB (Red+Green+Blue) = 207+235+188=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBC is #301443. Grayscale: #DDDDDD. Windows color (decimal): -3150916 or 12381135. OLE color: 12381135.
HSL color Cylindrical-coordinate representation of color #CFEBBC: hue angle of 95.74º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEBBC is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 188 | - |
| CMYK | 0.12 | 0 | 0.2 | 0.08 |
| HSL | 95.74º | 0.54% | 0.83% | - |
| HSV(B) | 95.74º | 0.2% | 0.92% | - |
| XYZ | 64.52 | 76.31 | 58.91 | - |
| YUV | 221.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 188 | 0.12 | 0 | 0.2 | 0.08 | 95.74 | 0.54 | 0.83 |
| Hex | CF | EB | BC | C | 0 | 14 | 8 | 60 | 36 | 53 |
| Octal | 317 | 353 | 274 | 14 | 0 | 24 | 10 | 140 | 66 | 123 |
| Binary | 11001111 | 11101011 | 10111100 | 1100 | 0 | 10100 | 1000 | 1100000 | 110110 | 1010011 |
Color Harmonies of #CFEBBC
Complementary color
Monochromatic Colors of #CFEBBC
Black with #CFEBBC
Text Example
Text Example
White with #CFEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBBC; }
p { color: rgb(207,235,188); }
H1.HeaderClassName
{
color: #CFEBBC;
}
.AnyTagClassName
{
color: #CFEBBC;
}
</style>
background-color css
<style>
a { background-color: #CFEBBC; }
a { background-color: rgb(207,235,188); }
div.DivClassName
{
background-color: #CFEBBC;
}
.BgClassName
{
background-color: #CFEBBC;
}
</style>
border-color css
<style>
span { border-color: #CFEBBC; }
span { border-color: rgb(207,235,188); }
td.TdClassName
{
border-color: #CFEBBC;
}
.TagClassName
{
border-color: #CFEBBC;
}
</style>