Shades of Tea Green #CFEDB6
Tints of Tea Green #CFEDB6
RGB
CMYK
RGB Variations
Color information
#CFEDB6 (or 0xCFEDB6) is known color: Tea Green. HEX triplet: CF, ED and B6. RGB value is (207,237,182). Sum of RGB (Red+Green+Blue) = 207+237+182=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDB6 is #301249. Grayscale: #DDDDDD. Windows color (decimal): -3150410 or 11988431. OLE color: 11988431.
HSL color Cylindrical-coordinate representation of color #CFEDB6: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFEDB6 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 182 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.07 |
| HSL | 92.73º | 0.6% | 0.82% | - |
| HSV(B) | 92.73º | 0.23% | 0.93% | - |
| XYZ | 64.46 | 77.21 | 55.76 | - |
| YUV | 221.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 182 | 0.13 | 0 | 0.23 | 0.07 | 92.73 | 0.6 | 0.82 |
| Hex | CF | ED | B6 | D | 0 | 17 | 7 | 5D | 3C | 52 |
| Octal | 317 | 355 | 266 | 15 | 0 | 27 | 7 | 135 | 74 | 122 |
| Binary | 11001111 | 11101101 | 10110110 | 1101 | 0 | 10111 | 111 | 1011101 | 111100 | 1010010 |
Color Harmonies of #CFEDB6
Complementary color
Monochromatic Colors of #CFEDB6
Black with #CFEDB6
Text Example
Text Example
White with #CFEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDB6; }
p { color: rgb(207,237,182); }
H1.HeaderClassName
{
color: #CFEDB6;
}
.AnyTagClassName
{
color: #CFEDB6;
}
</style>
background-color css
<style>
a { background-color: #CFEDB6; }
a { background-color: rgb(207,237,182); }
div.DivClassName
{
background-color: #CFEDB6;
}
.BgClassName
{
background-color: #CFEDB6;
}
</style>
border-color css
<style>
span { border-color: #CFEDB6; }
span { border-color: rgb(207,237,182); }
td.TdClassName
{
border-color: #CFEDB6;
}
.TagClassName
{
border-color: #CFEDB6;
}
</style>