Shades of Tea Green #CFFFB8
Tints of Tea Green #CFFFB8
RGB
CMYK
RGB Variations
Color information
#CFFFB8 (or 0xCFFFB8) is known color: Tea Green. HEX triplet: CF, FF and B8. RGB value is (207,255,184). Sum of RGB (Red+Green+Blue) = 207+255+184=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 184 (72.27% from 255 or 28.48% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFB8 is #300047. Grayscale: #E8E8E8. Windows color (decimal): -3145800 or 12124111. OLE color: 12124111.
HSL color Cylindrical-coordinate representation of color #CFFFB8: hue angle of 100.56º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFFB8 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 184 | - |
| CMYK | 0.19 | 0 | 0.28 | 0 |
| HSL | 100.56º | 1% | 0.86% | - |
| HSV(B) | 100.56º | 0.28% | 1% | - |
| XYZ | 70.14 | 88.25 | 58.68 | - |
| YUV | 232.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 184 | 0.19 | 0 | 0.28 | 0 | 100.56 | 1 | 0.86 |
| Hex | CF | FF | B8 | 13 | 0 | 1C | 0 | 65 | 64 | 56 |
| Octal | 317 | 377 | 270 | 23 | 0 | 34 | 0 | 145 | 144 | 126 |
| Binary | 11001111 | 11111111 | 10111000 | 10011 | 0 | 11100 | 0 | 1100101 | 1100100 | 1010110 |
Color Harmonies of #CFFFB8
Complementary color
Monochromatic Colors of #CFFFB8
Black with #CFFFB8
Text Example
Text Example
White with #CFFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFB8; }
p { color: rgb(207,255,184); }
H1.HeaderClassName
{
color: #CFFFB8;
}
.AnyTagClassName
{
color: #CFFFB8;
}
</style>
background-color css
<style>
a { background-color: #CFFFB8; }
a { background-color: rgb(207,255,184); }
div.DivClassName
{
background-color: #CFFFB8;
}
.BgClassName
{
background-color: #CFFFB8;
}
</style>
border-color css
<style>
span { border-color: #CFFFB8; }
span { border-color: rgb(207,255,184); }
td.TdClassName
{
border-color: #CFFFB8;
}
.TagClassName
{
border-color: #CFFFB8;
}
</style>