Shades of Tea Green #CFEDB2
Tints of Tea Green #CFEDB2
RGB
CMYK
RGB Variations
Color information
#CFEDB2 (or 0xCFEDB2) is known color: Tea Green. HEX triplet: CF, ED and B2. RGB value is (207,237,178). Sum of RGB (Red+Green+Blue) = 207+237+178=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDB2 is #30124D. Grayscale: #DDDDDD. Windows color (decimal): -3150414 or 11726287. OLE color: 11726287.
HSL color Cylindrical-coordinate representation of color #CFEDB2: hue angle of 90.51º 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 #CFEDB2 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 178 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.07 |
| HSL | 90.51º | 0.62% | 0.81% | - |
| HSV(B) | 90.51º | 0.25% | 0.93% | - |
| XYZ | 64.05 | 77.05 | 53.62 | - |
| YUV | 221.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 178 | 0.13 | 0 | 0.25 | 0.07 | 90.51 | 0.62 | 0.81 |
| Hex | CF | ED | B2 | D | 0 | 19 | 7 | 5B | 3E | 51 |
| Octal | 317 | 355 | 262 | 15 | 0 | 31 | 7 | 133 | 76 | 121 |
| Binary | 11001111 | 11101101 | 10110010 | 1101 | 0 | 11001 | 111 | 1011011 | 111110 | 1010001 |
Color Harmonies of #CFEDB2
Complementary color
Monochromatic Colors of #CFEDB2
Black with #CFEDB2
Text Example
Text Example
White with #CFEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDB2; }
p { color: rgb(207,237,178); }
H1.HeaderClassName
{
color: #CFEDB2;
}
.AnyTagClassName
{
color: #CFEDB2;
}
</style>
background-color css
<style>
a { background-color: #CFEDB2; }
a { background-color: rgb(207,237,178); }
div.DivClassName
{
background-color: #CFEDB2;
}
.BgClassName
{
background-color: #CFEDB2;
}
</style>
border-color css
<style>
span { border-color: #CFEDB2; }
span { border-color: rgb(207,237,178); }
td.TdClassName
{
border-color: #CFEDB2;
}
.TagClassName
{
border-color: #CFEDB2;
}
</style>