Shades of Tea Green #CDF9BA
Tints of Tea Green #CDF9BA
RGB
CMYK
RGB Variations
Color information
#CDF9BA (or 0xCDF9BA) is known color: Tea Green. HEX triplet: CD, F9 and BA. RGB value is (205,249,186). Sum of RGB (Red+Green+Blue) = 205+249+186=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9BA is #320645. Grayscale: #E4E4E4. Windows color (decimal): -3278406 or 12253645. OLE color: 12253645.
HSL color Cylindrical-coordinate representation of color #CDF9BA: hue angle of 101.9º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDF9BA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 186 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.02 |
| HSL | 101.9º | 0.84% | 0.85% | - |
| HSV(B) | 101.9º | 0.25% | 0.98% | - |
| XYZ | 67.92 | 84.28 | 59.14 | - |
| YUV | 228.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 186 | 0.18 | 0 | 0.25 | 0.02 | 101.9 | 0.84 | 0.85 |
| Hex | CD | F9 | BA | 12 | 0 | 19 | 2 | 66 | 54 | 55 |
| Octal | 315 | 371 | 272 | 22 | 0 | 31 | 2 | 146 | 124 | 125 |
| Binary | 11001101 | 11111001 | 10111010 | 10010 | 0 | 11001 | 10 | 1100110 | 1010100 | 1010101 |
Color Harmonies of #CDF9BA
Complementary color
Monochromatic Colors of #CDF9BA
Black with #CDF9BA
Text Example
Text Example
White with #CDF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9BA; }
p { color: rgb(205,249,186); }
H1.HeaderClassName
{
color: #CDF9BA;
}
.AnyTagClassName
{
color: #CDF9BA;
}
</style>
background-color css
<style>
a { background-color: #CDF9BA; }
a { background-color: rgb(205,249,186); }
div.DivClassName
{
background-color: #CDF9BA;
}
.BgClassName
{
background-color: #CDF9BA;
}
</style>
border-color css
<style>
span { border-color: #CDF9BA; }
span { border-color: rgb(205,249,186); }
td.TdClassName
{
border-color: #CDF9BA;
}
.TagClassName
{
border-color: #CDF9BA;
}
</style>