Shades of Tea Green #CFFABB
Tints of Tea Green #CFFABB
RGB
CMYK
RGB Variations
Color information
#CFFABB (or 0xCFFABB) is known color: Tea Green. HEX triplet: CF, FA and BB. RGB value is (207,250,187). Sum of RGB (Red+Green+Blue) = 207+250+187=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFABB is #300544. Grayscale: #E6E6E6. Windows color (decimal): -3147077 or 12319439. OLE color: 12319439.
HSL color Cylindrical-coordinate representation of color #CFFABB: hue angle of 100.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFFABB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 187 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.02 |
| HSL | 100.95º | 0.86% | 0.86% | - |
| HSV(B) | 100.95º | 0.25% | 0.98% | - |
| XYZ | 68.89 | 85.22 | 59.83 | - |
| YUV | 229.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 187 | 0.17 | 0 | 0.25 | 0.02 | 100.95 | 0.86 | 0.86 |
| Hex | CF | FA | BB | 11 | 0 | 19 | 2 | 65 | 56 | 56 |
| Octal | 317 | 372 | 273 | 21 | 0 | 31 | 2 | 145 | 126 | 126 |
| Binary | 11001111 | 11111010 | 10111011 | 10001 | 0 | 11001 | 10 | 1100101 | 1010110 | 1010110 |
Color Harmonies of #CFFABB
Complementary color
Monochromatic Colors of #CFFABB
Black with #CFFABB
Text Example
Text Example
White with #CFFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFABB; }
p { color: rgb(207,250,187); }
H1.HeaderClassName
{
color: #CFFABB;
}
.AnyTagClassName
{
color: #CFFABB;
}
</style>
background-color css
<style>
a { background-color: #CFFABB; }
a { background-color: rgb(207,250,187); }
div.DivClassName
{
background-color: #CFFABB;
}
.BgClassName
{
background-color: #CFFABB;
}
</style>
border-color css
<style>
span { border-color: #CFFABB; }
span { border-color: rgb(207,250,187); }
td.TdClassName
{
border-color: #CFFABB;
}
.TagClassName
{
border-color: #CFFABB;
}
</style>