Shades of Tea Green #CFF8C2
Tints of Tea Green #CFF8C2
RGB
CMYK
RGB Variations
Color information
#CFF8C2 (or 0xCFF8C2) is known color: Tea Green. HEX triplet: CF, F8 and C2. RGB value is (207,248,194). Sum of RGB (Red+Green+Blue) = 207+248+194=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8C2 is #30073D. Grayscale: #E5E5E5. Windows color (decimal): -3147582 or 12777679. OLE color: 12777679.
HSL color Cylindrical-coordinate representation of color #CFF8C2: hue angle of 105.56º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF8C2 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 194 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.03 |
| HSL | 105.56º | 0.79% | 0.87% | - |
| HSV(B) | 105.56º | 0.22% | 0.97% | - |
| XYZ | 69.04 | 84.3 | 63.67 | - |
| YUV | 229.59 | 107.92 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 194 | 0.17 | 0 | 0.22 | 0.03 | 105.56 | 0.79 | 0.87 |
| Hex | CF | F8 | C2 | 11 | 0 | 16 | 3 | 6A | 4F | 57 |
| Octal | 317 | 370 | 302 | 21 | 0 | 26 | 3 | 152 | 117 | 127 |
| Binary | 11001111 | 11111000 | 11000010 | 10001 | 0 | 10110 | 11 | 1101010 | 1001111 | 1010111 |
Color Harmonies of #CFF8C2
Complementary color
Monochromatic Colors of #CFF8C2
Black with #CFF8C2
Text Example
Text Example
White with #CFF8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8C2; }
p { color: rgb(207,248,194); }
H1.HeaderClassName
{
color: #CFF8C2;
}
.AnyTagClassName
{
color: #CFF8C2;
}
</style>
background-color css
<style>
a { background-color: #CFF8C2; }
a { background-color: rgb(207,248,194); }
div.DivClassName
{
background-color: #CFF8C2;
}
.BgClassName
{
background-color: #CFF8C2;
}
</style>
border-color css
<style>
span { border-color: #CFF8C2; }
span { border-color: rgb(207,248,194); }
td.TdClassName
{
border-color: #CFF8C2;
}
.TagClassName
{
border-color: #CFF8C2;
}
</style>