Shades of Tea Green #CFEAC6
Tints of Tea Green #CFEAC6
RGB
CMYK
RGB Variations
Color information
#CFEAC6 (or 0xCFEAC6) is known color: Tea Green. HEX triplet: CF, EA and C6. RGB value is (207,234,198). Sum of RGB (Red+Green+Blue) = 207+234+198=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC6 is #301539. Grayscale: #DDDDDD. Windows color (decimal): -3151162 or 13036239. OLE color: 13036239.
HSL color Cylindrical-coordinate representation of color #CFEAC6: hue angle of 105º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEAC6 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 198 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.08 |
| HSL | 105º | 0.46% | 0.85% | - |
| HSV(B) | 105º | 0.15% | 0.92% | - |
| XYZ | 65.35 | 76.19 | 64.69 | - |
| YUV | 221.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 198 | 0.12 | 0 | 0.15 | 0.08 | 105 | 0.46 | 0.85 |
| Hex | CF | EA | C6 | C | 0 | F | 8 | 69 | 2E | 55 |
| Octal | 317 | 352 | 306 | 14 | 0 | 17 | 10 | 151 | 56 | 125 |
| Binary | 11001111 | 11101010 | 11000110 | 1100 | 0 | 1111 | 1000 | 1101001 | 101110 | 1010101 |
Color Harmonies of #CFEAC6
Complementary color
Monochromatic Colors of #CFEAC6
Black with #CFEAC6
Text Example
Text Example
White with #CFEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAC6; }
p { color: rgb(207,234,198); }
H1.HeaderClassName
{
color: #CFEAC6;
}
.AnyTagClassName
{
color: #CFEAC6;
}
</style>
background-color css
<style>
a { background-color: #CFEAC6; }
a { background-color: rgb(207,234,198); }
div.DivClassName
{
background-color: #CFEAC6;
}
.BgClassName
{
background-color: #CFEAC6;
}
</style>
border-color css
<style>
span { border-color: #CFEAC6; }
span { border-color: rgb(207,234,198); }
td.TdClassName
{
border-color: #CFEAC6;
}
.TagClassName
{
border-color: #CFEAC6;
}
</style>