Shades of Tea Green #CFEABC
Tints of Tea Green #CFEABC
RGB
CMYK
RGB Variations
Color information
#CFEABC (or 0xCFEABC) is known color: Tea Green. HEX triplet: CF, EA and BC. RGB value is (207,234,188). Sum of RGB (Red+Green+Blue) = 207+234+188=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEABC is #301543. Grayscale: #DCDCDC. Windows color (decimal): -3151172 or 12380879. OLE color: 12380879.
HSL color Cylindrical-coordinate representation of color #CFEABC: hue angle of 95.22º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEABC is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 188 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.08 |
| HSL | 95.22º | 0.52% | 0.83% | - |
| HSV(B) | 95.22º | 0.2% | 0.92% | - |
| XYZ | 64.23 | 75.74 | 58.81 | - |
| YUV | 220.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 188 | 0.12 | 0 | 0.20 | 0.08 | 95.22 | 0.52 | 0.83 |
| Hex | CF | EA | BC | C | 0 | 14 | 8 | 5F | 34 | 53 |
| Octal | 317 | 352 | 274 | 14 | 0 | 24 | 10 | 137 | 64 | 123 |
| Binary | 11001111 | 11101010 | 10111100 | 1100 | 0 | 10100 | 1000 | 1011111 | 110100 | 1010011 |
Color Harmonies of #CFEABC
Complementary color
Monochromatic Colors of #CFEABC
Black with #CFEABC
Text Example
Text Example
White with #CFEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEABC; }
p { color: rgb(207,234,188); }
H1.HeaderClassName
{
color: #CFEABC;
}
.AnyTagClassName
{
color: #CFEABC;
}
</style>
background-color css
<style>
a { background-color: #CFEABC; }
a { background-color: rgb(207,234,188); }
div.DivClassName
{
background-color: #CFEABC;
}
.BgClassName
{
background-color: #CFEABC;
}
</style>
border-color css
<style>
span { border-color: #CFEABC; }
span { border-color: rgb(207,234,188); }
td.TdClassName
{
border-color: #CFEABC;
}
.TagClassName
{
border-color: #CFEABC;
}
</style>