Shades of Tea Green #CFFABA
Tints of Tea Green #CFFABA
RGB
CMYK
RGB Variations
Color information
#CFFABA (or 0xCFFABA) is known color: Tea Green. HEX triplet: CF, FA and BA. RGB value is (207,250,186). Sum of RGB (Red+Green+Blue) = 207+250+186=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFABA is #300545. Grayscale: #E6E6E6. Windows color (decimal): -3147078 or 12253903. OLE color: 12253903.
HSL color Cylindrical-coordinate representation of color #CFFABA: hue angle of 100.31º degrees, saturation: 0.86, 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 #CFFABA is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 186 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.02 |
| HSL | 100.31º | 0.86% | 0.85% | - |
| HSV(B) | 100.31º | 0.26% | 0.98% | - |
| XYZ | 68.78 | 85.18 | 59.27 | - |
| YUV | 229.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 186 | 0.17 | 0 | 0.26 | 0.02 | 100.31 | 0.86 | 0.85 |
| Hex | CF | FA | BA | 11 | 0 | 1A | 2 | 64 | 56 | 55 |
| Octal | 317 | 372 | 272 | 21 | 0 | 32 | 2 | 144 | 126 | 125 |
| Binary | 11001111 | 11111010 | 10111010 | 10001 | 0 | 11010 | 10 | 1100100 | 1010110 | 1010101 |
Color Harmonies of #CFFABA
Complementary color
Monochromatic Colors of #CFFABA
Black with #CFFABA
Text Example
Text Example
White with #CFFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFABA; }
p { color: rgb(207,250,186); }
H1.HeaderClassName
{
color: #CFFABA;
}
.AnyTagClassName
{
color: #CFFABA;
}
</style>
background-color css
<style>
a { background-color: #CFFABA; }
a { background-color: rgb(207,250,186); }
div.DivClassName
{
background-color: #CFFABA;
}
.BgClassName
{
background-color: #CFFABA;
}
</style>
border-color css
<style>
span { border-color: #CFFABA; }
span { border-color: rgb(207,250,186); }
td.TdClassName
{
border-color: #CFFABA;
}
.TagClassName
{
border-color: #CFFABA;
}
</style>