Shades of Tea Green #CFEABF
Tints of Tea Green #CFEABF
RGB
CMYK
RGB Variations
Color information
#CFEABF (or 0xCFEABF) is known color: Tea Green. HEX triplet: CF, EA and BF. RGB value is (207,234,191). Sum of RGB (Red+Green+Blue) = 207+234+191=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEABF is #301540. Grayscale: #DDDDDD. Windows color (decimal): -3151169 or 12577487. OLE color: 12577487.
HSL color Cylindrical-coordinate representation of color #CFEABF: hue angle of 97.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEABF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 191 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.08 |
| HSL | 97.67º | 0.51% | 0.83% | - |
| HSV(B) | 97.67º | 0.18% | 0.92% | - |
| XYZ | 64.56 | 75.87 | 60.53 | - |
| YUV | 221.03 | 111.05 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 191 | 0.12 | 0 | 0.18 | 0.08 | 97.67 | 0.51 | 0.83 |
| Hex | CF | EA | BF | C | 0 | 12 | 8 | 62 | 33 | 53 |
| Octal | 317 | 352 | 277 | 14 | 0 | 22 | 10 | 142 | 63 | 123 |
| Binary | 11001111 | 11101010 | 10111111 | 1100 | 0 | 10010 | 1000 | 1100010 | 110011 | 1010011 |
Color Harmonies of #CFEABF
Complementary color
Monochromatic Colors of #CFEABF
Black with #CFEABF
Text Example
Text Example
White with #CFEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEABF; }
p { color: rgb(207,234,191); }
H1.HeaderClassName
{
color: #CFEABF;
}
.AnyTagClassName
{
color: #CFEABF;
}
</style>
background-color css
<style>
a { background-color: #CFEABF; }
a { background-color: rgb(207,234,191); }
div.DivClassName
{
background-color: #CFEABF;
}
.BgClassName
{
background-color: #CFEABF;
}
</style>
border-color css
<style>
span { border-color: #CFEABF; }
span { border-color: rgb(207,234,191); }
td.TdClassName
{
border-color: #CFEABF;
}
.TagClassName
{
border-color: #CFEABF;
}
</style>