Shades of Tea Green #CFEABD
Tints of Tea Green #CFEABD
RGB
CMYK
RGB Variations
Color information
#CFEABD (or 0xCFEABD) is known color: Tea Green. HEX triplet: CF, EA and BD. RGB value is (207,234,189). Sum of RGB (Red+Green+Blue) = 207+234+189=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEABD is #301542. Grayscale: #DCDCDC. Windows color (decimal): -3151171 or 12446415. OLE color: 12446415.
HSL color Cylindrical-coordinate representation of color #CFEABD: hue angle of 96º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEABD is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 189 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.08 |
| HSL | 96º | 0.52% | 0.83% | - |
| HSV(B) | 96º | 0.19% | 0.92% | - |
| XYZ | 64.34 | 75.79 | 59.38 | - |
| YUV | 220.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 189 | 0.12 | 0 | 0.19 | 0.08 | 96 | 0.52 | 0.83 |
| Hex | CF | EA | BD | C | 0 | 13 | 8 | 60 | 34 | 53 |
| Octal | 317 | 352 | 275 | 14 | 0 | 23 | 10 | 140 | 64 | 123 |
| Binary | 11001111 | 11101010 | 10111101 | 1100 | 0 | 10011 | 1000 | 1100000 | 110100 | 1010011 |
Color Harmonies of #CFEABD
Complementary color
Monochromatic Colors of #CFEABD
Black with #CFEABD
Text Example
Text Example
White with #CFEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEABD; }
p { color: rgb(207,234,189); }
H1.HeaderClassName
{
color: #CFEABD;
}
.AnyTagClassName
{
color: #CFEABD;
}
</style>
background-color css
<style>
a { background-color: #CFEABD; }
a { background-color: rgb(207,234,189); }
div.DivClassName
{
background-color: #CFEABD;
}
.BgClassName
{
background-color: #CFEABD;
}
</style>
border-color css
<style>
span { border-color: #CFEABD; }
span { border-color: rgb(207,234,189); }
td.TdClassName
{
border-color: #CFEABD;
}
.TagClassName
{
border-color: #CFEABD;
}
</style>