Shades of Tea Green #CFEBBE
Tints of Tea Green #CFEBBE
RGB
CMYK
RGB Variations
Color information
#CFEBBE (or 0xCFEBBE) is known color: Tea Green. HEX triplet: CF, EB and BE. RGB value is (207,235,190). Sum of RGB (Red+Green+Blue) = 207+235+190=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBBE is #301441. Grayscale: #DDDDDD. Windows color (decimal): -3150914 or 12512207. OLE color: 12512207.
HSL color Cylindrical-coordinate representation of color #CFEBBE: hue angle of 97.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEBBE is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 190 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.08 |
| HSL | 97.33º | 0.53% | 0.83% | - |
| HSV(B) | 97.33º | 0.19% | 0.92% | - |
| XYZ | 64.73 | 76.4 | 60.05 | - |
| YUV | 221.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 190 | 0.12 | 0 | 0.19 | 0.08 | 97.33 | 0.53 | 0.83 |
| Hex | CF | EB | BE | C | 0 | 13 | 8 | 61 | 35 | 53 |
| Octal | 317 | 353 | 276 | 14 | 0 | 23 | 10 | 141 | 65 | 123 |
| Binary | 11001111 | 11101011 | 10111110 | 1100 | 0 | 10011 | 1000 | 1100001 | 110101 | 1010011 |
Color Harmonies of #CFEBBE
Complementary color
Monochromatic Colors of #CFEBBE
Black with #CFEBBE
Text Example
Text Example
White with #CFEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBBE; }
p { color: rgb(207,235,190); }
H1.HeaderClassName
{
color: #CFEBBE;
}
.AnyTagClassName
{
color: #CFEBBE;
}
</style>
background-color css
<style>
a { background-color: #CFEBBE; }
a { background-color: rgb(207,235,190); }
div.DivClassName
{
background-color: #CFEBBE;
}
.BgClassName
{
background-color: #CFEBBE;
}
</style>
border-color css
<style>
span { border-color: #CFEBBE; }
span { border-color: rgb(207,235,190); }
td.TdClassName
{
border-color: #CFEBBE;
}
.TagClassName
{
border-color: #CFEBBE;
}
</style>