Shades of Tea Green #CFFDC2
Tints of Tea Green #CFFDC2
RGB
CMYK
RGB Variations
Color information
#CFFDC2 (or 0xCFFDC2) is known color: Tea Green. HEX triplet: CF, FD and C2. RGB value is (207,253,194). Sum of RGB (Red+Green+Blue) = 207+253+194=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDC2 is #30023D. Grayscale: #E8E8E8. Windows color (decimal): -3146302 or 12778959. OLE color: 12778959.
HSL color Cylindrical-coordinate representation of color #CFFDC2: hue angle of 106.78º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFFDC2 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 194 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.01 |
| HSL | 106.78º | 0.94% | 0.88% | - |
| HSV(B) | 106.78º | 0.23% | 0.99% | - |
| XYZ | 70.6 | 87.41 | 64.19 | - |
| YUV | 232.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 194 | 0.18 | 0 | 0.23 | 0.01 | 106.78 | 0.94 | 0.88 |
| Hex | CF | FD | C2 | 12 | 0 | 17 | 1 | 6B | 5E | 58 |
| Octal | 317 | 375 | 302 | 22 | 0 | 27 | 1 | 153 | 136 | 130 |
| Binary | 11001111 | 11111101 | 11000010 | 10010 | 0 | 10111 | 1 | 1101011 | 1011110 | 1011000 |
Color Harmonies of #CFFDC2
Complementary color
Monochromatic Colors of #CFFDC2
Black with #CFFDC2
Text Example
Text Example
White with #CFFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDC2; }
p { color: rgb(207,253,194); }
H1.HeaderClassName
{
color: #CFFDC2;
}
.AnyTagClassName
{
color: #CFFDC2;
}
</style>
background-color css
<style>
a { background-color: #CFFDC2; }
a { background-color: rgb(207,253,194); }
div.DivClassName
{
background-color: #CFFDC2;
}
.BgClassName
{
background-color: #CFFDC2;
}
</style>
border-color css
<style>
span { border-color: #CFFDC2; }
span { border-color: rgb(207,253,194); }
td.TdClassName
{
border-color: #CFFDC2;
}
.TagClassName
{
border-color: #CFFDC2;
}
</style>