Shades of Tea Green #CFEDB1
Tints of Tea Green #CFEDB1
RGB
CMYK
RGB Variations
Color information
#CFEDB1 (or 0xCFEDB1) is known color: Tea Green. HEX triplet: CF, ED and B1. RGB value is (207,237,177). Sum of RGB (Red+Green+Blue) = 207+237+177=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDB1 is #30124E. Grayscale: #DDDDDD. Windows color (decimal): -3150415 or 11660751. OLE color: 11660751.
HSL color Cylindrical-coordinate representation of color #CFEDB1: hue angle of 90º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFEDB1 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 177 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.07 |
| HSL | 90º | 0.63% | 0.81% | - |
| HSV(B) | 90º | 0.25% | 0.93% | - |
| XYZ | 63.95 | 77.01 | 53.09 | - |
| YUV | 221.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 177 | 0.13 | 0 | 0.25 | 0.07 | 90 | 0.63 | 0.81 |
| Hex | CF | ED | B1 | D | 0 | 19 | 7 | 5A | 3E | 51 |
| Octal | 317 | 355 | 261 | 15 | 0 | 31 | 7 | 132 | 76 | 121 |
| Binary | 11001111 | 11101101 | 10110001 | 1101 | 0 | 11001 | 111 | 1011010 | 111110 | 1010001 |
Color Harmonies of #CFEDB1
Complementary color
Monochromatic Colors of #CFEDB1
Black with #CFEDB1
Text Example
Text Example
White with #CFEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDB1; }
p { color: rgb(207,237,177); }
H1.HeaderClassName
{
color: #CFEDB1;
}
.AnyTagClassName
{
color: #CFEDB1;
}
</style>
background-color css
<style>
a { background-color: #CFEDB1; }
a { background-color: rgb(207,237,177); }
div.DivClassName
{
background-color: #CFEDB1;
}
.BgClassName
{
background-color: #CFEDB1;
}
</style>
border-color css
<style>
span { border-color: #CFEDB1; }
span { border-color: rgb(207,237,177); }
td.TdClassName
{
border-color: #CFEDB1;
}
.TagClassName
{
border-color: #CFEDB1;
}
</style>