Shades of Tea Green #CDF7BA
Tints of Tea Green #CDF7BA
RGB
CMYK
RGB Variations
Color information
#CDF7BA (or 0xCDF7BA) is known color: Tea Green. HEX triplet: CD, F7 and BA. RGB value is (205,247,186). Sum of RGB (Red+Green+Blue) = 205+247+186=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7BA is #320845. Grayscale: #E3E3E3. Windows color (decimal): -3278918 or 12253133. OLE color: 12253133.
HSL color Cylindrical-coordinate representation of color #CDF7BA: hue angle of 101.31º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDF7BA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 186 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 101.31º | 0.79% | 0.85% | - |
| HSV(B) | 101.31º | 0.25% | 0.97% | - |
| XYZ | 67.3 | 83.05 | 58.94 | - |
| YUV | 227.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 186 | 0.17 | 0 | 0.25 | 0.03 | 101.31 | 0.79 | 0.85 |
| Hex | CD | F7 | BA | 11 | 0 | 19 | 3 | 65 | 4F | 55 |
| Octal | 315 | 367 | 272 | 21 | 0 | 31 | 3 | 145 | 117 | 125 |
| Binary | 11001101 | 11110111 | 10111010 | 10001 | 0 | 11001 | 11 | 1100101 | 1001111 | 1010101 |
Color Harmonies of #CDF7BA
Complementary color
Monochromatic Colors of #CDF7BA
Black with #CDF7BA
Text Example
Text Example
White with #CDF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF7BA; }
p { color: rgb(205,247,186); }
H1.HeaderClassName
{
color: #CDF7BA;
}
.AnyTagClassName
{
color: #CDF7BA;
}
</style>
background-color css
<style>
a { background-color: #CDF7BA; }
a { background-color: rgb(205,247,186); }
div.DivClassName
{
background-color: #CDF7BA;
}
.BgClassName
{
background-color: #CDF7BA;
}
</style>
border-color css
<style>
span { border-color: #CDF7BA; }
span { border-color: rgb(205,247,186); }
td.TdClassName
{
border-color: #CDF7BA;
}
.TagClassName
{
border-color: #CDF7BA;
}
</style>