Shades of Tea Green #CFFEB8
Tints of Tea Green #CFFEB8
RGB
CMYK
RGB Variations
Color information
#CFFEB8 (or 0xCFFEB8) is known color: Tea Green. HEX triplet: CF, FE and B8. RGB value is (207,254,184). Sum of RGB (Red+Green+Blue) = 207+254+184=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 184 (72.27% from 255 or 28.53% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEB8 is #300147. Grayscale: #E8E8E8. Windows color (decimal): -3146056 or 12123855. OLE color: 12123855.
HSL color Cylindrical-coordinate representation of color #CFFEB8: hue angle of 100.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFEB8 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 184 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.00 |
| HSL | 100.29º | 0.97% | 0.86% | - |
| HSV(B) | 100.29º | 0.28% | 1% | - |
| XYZ | 69.83 | 87.61 | 58.58 | - |
| YUV | 231.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 184 | 0.19 | 0 | 0.28 | 0.00 | 100.29 | 0.97 | 0.86 |
| Hex | CF | FE | B8 | 13 | 0 | 1C | 0 | 64 | 61 | 56 |
| Octal | 317 | 376 | 270 | 23 | 0 | 34 | 0 | 144 | 141 | 126 |
| Binary | 11001111 | 11111110 | 10111000 | 10011 | 0 | 11100 | 0 | 1100100 | 1100001 | 1010110 |
Color Harmonies of #CFFEB8
Complementary color
Monochromatic Colors of #CFFEB8
Black with #CFFEB8
Text Example
Text Example
White with #CFFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEB8; }
p { color: rgb(207,254,184); }
H1.HeaderClassName
{
color: #CFFEB8;
}
.AnyTagClassName
{
color: #CFFEB8;
}
</style>
background-color css
<style>
a { background-color: #CFFEB8; }
a { background-color: rgb(207,254,184); }
div.DivClassName
{
background-color: #CFFEB8;
}
.BgClassName
{
background-color: #CFFEB8;
}
</style>
border-color css
<style>
span { border-color: #CFFEB8; }
span { border-color: rgb(207,254,184); }
td.TdClassName
{
border-color: #CFFEB8;
}
.TagClassName
{
border-color: #CFFEB8;
}
</style>