Shades of Tea Green #CFEAB3
Tints of Tea Green #CFEAB3
RGB
CMYK
RGB Variations
Color information
#CFEAB3 (or 0xCFEAB3) is known color: Tea Green. HEX triplet: CF, EA and B3. RGB value is (207,234,179). Sum of RGB (Red+Green+Blue) = 207+234+179=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAB3 is #30154C. Grayscale: #DBDBDB. Windows color (decimal): -3151181 or 11791055. OLE color: 11791055.
HSL color Cylindrical-coordinate representation of color #CFEAB3: hue angle of 89.45º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFEAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 179 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.08 |
| HSL | 89.45º | 0.57% | 0.81% | - |
| HSV(B) | 89.45º | 0.24% | 0.92% | - |
| XYZ | 63.29 | 75.37 | 53.86 | - |
| YUV | 219.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 179 | 0.12 | 0 | 0.24 | 0.08 | 89.45 | 0.57 | 0.81 |
| Hex | CF | EA | B3 | C | 0 | 18 | 8 | 59 | 39 | 51 |
| Octal | 317 | 352 | 263 | 14 | 0 | 30 | 10 | 131 | 71 | 121 |
| Binary | 11001111 | 11101010 | 10110011 | 1100 | 0 | 11000 | 1000 | 1011001 | 111001 | 1010001 |
Color Harmonies of #CFEAB3
Complementary color
Monochromatic Colors of #CFEAB3
Black with #CFEAB3
Text Example
Text Example
White with #CFEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAB3; }
p { color: rgb(207,234,179); }
H1.HeaderClassName
{
color: #CFEAB3;
}
.AnyTagClassName
{
color: #CFEAB3;
}
</style>
background-color css
<style>
a { background-color: #CFEAB3; }
a { background-color: rgb(207,234,179); }
div.DivClassName
{
background-color: #CFEAB3;
}
.BgClassName
{
background-color: #CFEAB3;
}
</style>
border-color css
<style>
span { border-color: #CFEAB3; }
span { border-color: rgb(207,234,179); }
td.TdClassName
{
border-color: #CFEAB3;
}
.TagClassName
{
border-color: #CFEAB3;
}
</style>