Shades of Tea Green #CDF1BA
Tints of Tea Green #CDF1BA
RGB
CMYK
RGB Variations
Color information
#CDF1BA (or 0xCDF1BA) is known color: Tea Green. HEX triplet: CD, F1 and BA. RGB value is (205,241,186). Sum of RGB (Red+Green+Blue) = 205+241+186=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1BA is #320E45. Grayscale: #E0E0E0. Windows color (decimal): -3280454 or 12251597. OLE color: 12251597.
HSL color Cylindrical-coordinate representation of color #CDF1BA: hue angle of 99.27º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF1BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 186 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.05 |
| HSL | 99.27º | 0.66% | 0.84% | - |
| HSV(B) | 99.27º | 0.23% | 0.95% | - |
| XYZ | 65.5 | 79.43 | 58.33 | - |
| YUV | 223.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 186 | 0.15 | 0 | 0.23 | 0.05 | 99.27 | 0.66 | 0.84 |
| Hex | CD | F1 | BA | F | 0 | 17 | 5 | 63 | 42 | 54 |
| Octal | 315 | 361 | 272 | 17 | 0 | 27 | 5 | 143 | 102 | 124 |
| Binary | 11001101 | 11110001 | 10111010 | 1111 | 0 | 10111 | 101 | 1100011 | 1000010 | 1010100 |
Color Harmonies of #CDF1BA
Complementary color
Monochromatic Colors of #CDF1BA
Black with #CDF1BA
Text Example
Text Example
White with #CDF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1BA; }
p { color: rgb(205,241,186); }
H1.HeaderClassName
{
color: #CDF1BA;
}
.AnyTagClassName
{
color: #CDF1BA;
}
</style>
background-color css
<style>
a { background-color: #CDF1BA; }
a { background-color: rgb(205,241,186); }
div.DivClassName
{
background-color: #CDF1BA;
}
.BgClassName
{
background-color: #CDF1BA;
}
</style>
border-color css
<style>
span { border-color: #CDF1BA; }
span { border-color: rgb(205,241,186); }
td.TdClassName
{
border-color: #CDF1BA;
}
.TagClassName
{
border-color: #CDF1BA;
}
</style>