Shades of Tea Green #CDFEBA
Tints of Tea Green #CDFEBA
RGB
CMYK
RGB Variations
Color information
#CDFEBA (or 0xCDFEBA) is known color: Tea Green. HEX triplet: CD, FE and BA. RGB value is (205,254,186). Sum of RGB (Red+Green+Blue) = 205+254+186=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEBA is #320145. Grayscale: #E7E7E7. Windows color (decimal): -3277126 or 12254925. OLE color: 12254925.
HSL color Cylindrical-coordinate representation of color #CDFEBA: hue angle of 103.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDFEBA is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 186 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.00 |
| HSL | 103.24º | 0.97% | 0.86% | - |
| HSV(B) | 103.24º | 0.27% | 1% | - |
| XYZ | 69.48 | 87.41 | 59.66 | - |
| YUV | 231.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 186 | 0.19 | 0 | 0.27 | 0.00 | 103.24 | 0.97 | 0.86 |
| Hex | CD | FE | BA | 13 | 0 | 1B | 0 | 67 | 61 | 56 |
| Octal | 315 | 376 | 272 | 23 | 0 | 33 | 0 | 147 | 141 | 126 |
| Binary | 11001101 | 11111110 | 10111010 | 10011 | 0 | 11011 | 0 | 1100111 | 1100001 | 1010110 |
Color Harmonies of #CDFEBA
Complementary color
Monochromatic Colors of #CDFEBA
Black with #CDFEBA
Text Example
Text Example
White with #CDFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEBA; }
p { color: rgb(205,254,186); }
H1.HeaderClassName
{
color: #CDFEBA;
}
.AnyTagClassName
{
color: #CDFEBA;
}
</style>
background-color css
<style>
a { background-color: #CDFEBA; }
a { background-color: rgb(205,254,186); }
div.DivClassName
{
background-color: #CDFEBA;
}
.BgClassName
{
background-color: #CDFEBA;
}
</style>
border-color css
<style>
span { border-color: #CDFEBA; }
span { border-color: rgb(205,254,186); }
td.TdClassName
{
border-color: #CDFEBA;
}
.TagClassName
{
border-color: #CDFEBA;
}
</style>