Shades of Tea Green #CDF6BA
Tints of Tea Green #CDF6BA
RGB
CMYK
RGB Variations
Color information
#CDF6BA (or 0xCDF6BA) is known color: Tea Green. HEX triplet: CD, F6 and BA. RGB value is (205,246,186). Sum of RGB (Red+Green+Blue) = 205+246+186=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6BA is #320945. Grayscale: #E3E3E3. Windows color (decimal): -3279174 or 12252877. OLE color: 12252877.
HSL color Cylindrical-coordinate representation of color #CDF6BA: hue angle of 101º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF6BA is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 186 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.04 |
| HSL | 101º | 0.77% | 0.85% | - |
| HSV(B) | 101º | 0.24% | 0.96% | - |
| XYZ | 67 | 82.44 | 58.84 | - |
| YUV | 226.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 186 | 0.17 | 0 | 0.24 | 0.04 | 101 | 0.77 | 0.85 |
| Hex | CD | F6 | BA | 11 | 0 | 18 | 4 | 65 | 4D | 55 |
| Octal | 315 | 366 | 272 | 21 | 0 | 30 | 4 | 145 | 115 | 125 |
| Binary | 11001101 | 11110110 | 10111010 | 10001 | 0 | 11000 | 100 | 1100101 | 1001101 | 1010101 |
Color Harmonies of #CDF6BA
Complementary color
Monochromatic Colors of #CDF6BA
Black with #CDF6BA
Text Example
Text Example
White with #CDF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6BA; }
p { color: rgb(205,246,186); }
H1.HeaderClassName
{
color: #CDF6BA;
}
.AnyTagClassName
{
color: #CDF6BA;
}
</style>
background-color css
<style>
a { background-color: #CDF6BA; }
a { background-color: rgb(205,246,186); }
div.DivClassName
{
background-color: #CDF6BA;
}
.BgClassName
{
background-color: #CDF6BA;
}
</style>
border-color css
<style>
span { border-color: #CDF6BA; }
span { border-color: rgb(205,246,186); }
td.TdClassName
{
border-color: #CDF6BA;
}
.TagClassName
{
border-color: #CDF6BA;
}
</style>