Shades of Tea Green #CFFDB6
Tints of Tea Green #CFFDB6
RGB
CMYK
RGB Variations
Color information
#CFFDB6 (or 0xCFFDB6) is known color: Tea Green. HEX triplet: CF, FD and B6. RGB value is (207,253,182). Sum of RGB (Red+Green+Blue) = 207+253+182=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB6 is #300249. Grayscale: #E7E7E7. Windows color (decimal): -3146314 or 11992527. OLE color: 11992527.
HSL color Cylindrical-coordinate representation of color #CFFDB6: hue angle of 98.87º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFDB6 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 182 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.01 |
| HSL | 98.87º | 0.95% | 0.85% | - |
| HSV(B) | 98.87º | 0.28% | 0.99% | - |
| XYZ | 69.3 | 86.89 | 57.38 | - |
| YUV | 231.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 182 | 0.18 | 0 | 0.28 | 0.01 | 98.87 | 0.95 | 0.85 |
| Hex | CF | FD | B6 | 12 | 0 | 1C | 1 | 63 | 5F | 55 |
| Octal | 317 | 375 | 266 | 22 | 0 | 34 | 1 | 143 | 137 | 125 |
| Binary | 11001111 | 11111101 | 10110110 | 10010 | 0 | 11100 | 1 | 1100011 | 1011111 | 1010101 |
Color Harmonies of #CFFDB6
Complementary color
Monochromatic Colors of #CFFDB6
Black with #CFFDB6
Text Example
Text Example
White with #CFFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB6; }
p { color: rgb(207,253,182); }
H1.HeaderClassName
{
color: #CFFDB6;
}
.AnyTagClassName
{
color: #CFFDB6;
}
</style>
background-color css
<style>
a { background-color: #CFFDB6; }
a { background-color: rgb(207,253,182); }
div.DivClassName
{
background-color: #CFFDB6;
}
.BgClassName
{
background-color: #CFFDB6;
}
</style>
border-color css
<style>
span { border-color: #CFFDB6; }
span { border-color: rgb(207,253,182); }
td.TdClassName
{
border-color: #CFFDB6;
}
.TagClassName
{
border-color: #CFFDB6;
}
</style>