Shades of Tea Green #CFFDB8
Tints of Tea Green #CFFDB8
RGB
CMYK
RGB Variations
Color information
#CFFDB8 (or 0xCFFDB8) is known color: Tea Green. HEX triplet: CF, FD and B8. RGB value is (207,253,184). Sum of RGB (Red+Green+Blue) = 207+253+184=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB8 is #300247. Grayscale: #E7E7E7. Windows color (decimal): -3146312 or 12123599. OLE color: 12123599.
HSL color Cylindrical-coordinate representation of color #CFFDB8: hue angle of 100º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFFDB8 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 184 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.01 |
| HSL | 100º | 0.95% | 0.86% | - |
| HSV(B) | 100º | 0.27% | 0.99% | - |
| XYZ | 69.51 | 86.98 | 58.47 | - |
| YUV | 231.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 184 | 0.18 | 0 | 0.27 | 0.01 | 100 | 0.95 | 0.86 |
| Hex | CF | FD | B8 | 12 | 0 | 1B | 1 | 64 | 5F | 56 |
| Octal | 317 | 375 | 270 | 22 | 0 | 33 | 1 | 144 | 137 | 126 |
| Binary | 11001111 | 11111101 | 10111000 | 10010 | 0 | 11011 | 1 | 1100100 | 1011111 | 1010110 |
Color Harmonies of #CFFDB8
Complementary color
Monochromatic Colors of #CFFDB8
Black with #CFFDB8
Text Example
Text Example
White with #CFFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB8; }
p { color: rgb(207,253,184); }
H1.HeaderClassName
{
color: #CFFDB8;
}
.AnyTagClassName
{
color: #CFFDB8;
}
</style>
background-color css
<style>
a { background-color: #CFFDB8; }
a { background-color: rgb(207,253,184); }
div.DivClassName
{
background-color: #CFFDB8;
}
.BgClassName
{
background-color: #CFFDB8;
}
</style>
border-color css
<style>
span { border-color: #CFFDB8; }
span { border-color: rgb(207,253,184); }
td.TdClassName
{
border-color: #CFFDB8;
}
.TagClassName
{
border-color: #CFFDB8;
}
</style>