Shades of Tea Green #CFFAB8
Tints of Tea Green #CFFAB8
RGB
CMYK
RGB Variations
Color information
#CFFAB8 (or 0xCFFAB8) is known color: Tea Green. HEX triplet: CF, FA and B8. RGB value is (207,250,184). Sum of RGB (Red+Green+Blue) = 207+250+184=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 184 (72.27% from 255 or 28.71% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAB8 is #300547. Grayscale: #E5E5E5. Windows color (decimal): -3147080 or 12122831. OLE color: 12122831.
HSL color Cylindrical-coordinate representation of color #CFFAB8: hue angle of 99.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFFAB8 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 184 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.02 |
| HSL | 99.09º | 0.87% | 0.85% | - |
| HSV(B) | 99.09º | 0.26% | 0.98% | - |
| XYZ | 68.57 | 85.1 | 58.16 | - |
| YUV | 229.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 184 | 0.17 | 0 | 0.26 | 0.02 | 99.09 | 0.87 | 0.85 |
| Hex | CF | FA | B8 | 11 | 0 | 1A | 2 | 63 | 57 | 55 |
| Octal | 317 | 372 | 270 | 21 | 0 | 32 | 2 | 143 | 127 | 125 |
| Binary | 11001111 | 11111010 | 10111000 | 10001 | 0 | 11010 | 10 | 1100011 | 1010111 | 1010101 |
Color Harmonies of #CFFAB8
Complementary color
Monochromatic Colors of #CFFAB8
Black with #CFFAB8
Text Example
Text Example
White with #CFFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFAB8; }
p { color: rgb(207,250,184); }
H1.HeaderClassName
{
color: #CFFAB8;
}
.AnyTagClassName
{
color: #CFFAB8;
}
</style>
background-color css
<style>
a { background-color: #CFFAB8; }
a { background-color: rgb(207,250,184); }
div.DivClassName
{
background-color: #CFFAB8;
}
.BgClassName
{
background-color: #CFFAB8;
}
</style>
border-color css
<style>
span { border-color: #CFFAB8; }
span { border-color: rgb(207,250,184); }
td.TdClassName
{
border-color: #CFFAB8;
}
.TagClassName
{
border-color: #CFFAB8;
}
</style>