Shades of Tea Green #CFF8C1
Tints of Tea Green #CFF8C1
RGB
CMYK
RGB Variations
Color information
#CFF8C1 (or 0xCFF8C1) is known color: Tea Green. HEX triplet: CF, F8 and C1. RGB value is (207,248,193). Sum of RGB (Red+Green+Blue) = 207+248+193=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8C1 is #30073E. Grayscale: #E5E5E5. Windows color (decimal): -3147583 or 12712143. OLE color: 12712143.
HSL color Cylindrical-coordinate representation of color #CFF8C1: hue angle of 104.73º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF8C1 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 193 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.03 |
| HSL | 104.73º | 0.8% | 0.86% | - |
| HSV(B) | 104.73º | 0.22% | 0.97% | - |
| XYZ | 68.93 | 84.25 | 63.08 | - |
| YUV | 229.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 193 | 0.17 | 0 | 0.22 | 0.03 | 104.73 | 0.8 | 0.86 |
| Hex | CF | F8 | C1 | 11 | 0 | 16 | 3 | 69 | 50 | 56 |
| Octal | 317 | 370 | 301 | 21 | 0 | 26 | 3 | 151 | 120 | 126 |
| Binary | 11001111 | 11111000 | 11000001 | 10001 | 0 | 10110 | 11 | 1101001 | 1010000 | 1010110 |
Color Harmonies of #CFF8C1
Complementary color
Monochromatic Colors of #CFF8C1
Black with #CFF8C1
Text Example
Text Example
White with #CFF8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8C1; }
p { color: rgb(207,248,193); }
H1.HeaderClassName
{
color: #CFF8C1;
}
.AnyTagClassName
{
color: #CFF8C1;
}
</style>
background-color css
<style>
a { background-color: #CFF8C1; }
a { background-color: rgb(207,248,193); }
div.DivClassName
{
background-color: #CFF8C1;
}
.BgClassName
{
background-color: #CFF8C1;
}
</style>
border-color css
<style>
span { border-color: #CFF8C1; }
span { border-color: rgb(207,248,193); }
td.TdClassName
{
border-color: #CFF8C1;
}
.TagClassName
{
border-color: #CFF8C1;
}
</style>