Shades of Tea Green #CDF8BA
Tints of Tea Green #CDF8BA
RGB
CMYK
RGB Variations
Color information
#CDF8BA (or 0xCDF8BA) is known color: Tea Green. HEX triplet: CD, F8 and BA. RGB value is (205,248,186). Sum of RGB (Red+Green+Blue) = 205+248+186=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8BA is #320745. Grayscale: #E4E4E4. Windows color (decimal): -3278662 or 12253389. OLE color: 12253389.
HSL color Cylindrical-coordinate representation of color #CDF8BA: hue angle of 101.61º degrees, saturation: 0.82, 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 #CDF8BA is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 186 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 101.61º | 0.82% | 0.85% | - |
| HSV(B) | 101.61º | 0.25% | 0.97% | - |
| XYZ | 67.61 | 83.66 | 59.04 | - |
| YUV | 228.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 186 | 0.17 | 0 | 0.25 | 0.03 | 101.61 | 0.82 | 0.85 |
| Hex | CD | F8 | BA | 11 | 0 | 19 | 3 | 66 | 52 | 55 |
| Octal | 315 | 370 | 272 | 21 | 0 | 31 | 3 | 146 | 122 | 125 |
| Binary | 11001101 | 11111000 | 10111010 | 10001 | 0 | 11001 | 11 | 1100110 | 1010010 | 1010101 |
Color Harmonies of #CDF8BA
Complementary color
Monochromatic Colors of #CDF8BA
Black with #CDF8BA
Text Example
Text Example
White with #CDF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8BA; }
p { color: rgb(205,248,186); }
H1.HeaderClassName
{
color: #CDF8BA;
}
.AnyTagClassName
{
color: #CDF8BA;
}
</style>
background-color css
<style>
a { background-color: #CDF8BA; }
a { background-color: rgb(205,248,186); }
div.DivClassName
{
background-color: #CDF8BA;
}
.BgClassName
{
background-color: #CDF8BA;
}
</style>
border-color css
<style>
span { border-color: #CDF8BA; }
span { border-color: rgb(205,248,186); }
td.TdClassName
{
border-color: #CDF8BA;
}
.TagClassName
{
border-color: #CDF8BA;
}
</style>