Shades of Tea Green #CDF3BC
Tints of Tea Green #CDF3BC
RGB
CMYK
RGB Variations
Color information
#CDF3BC (or 0xCDF3BC) is known color: Tea Green. HEX triplet: CD, F3 and BC. RGB value is (205,243,188). Sum of RGB (Red+Green+Blue) = 205+243+188=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3BC is #320C43. Grayscale: #E1E1E1. Windows color (decimal): -3279940 or 12383181. OLE color: 12383181.
HSL color Cylindrical-coordinate representation of color #CDF3BC: hue angle of 101.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF3BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 188 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.05 |
| HSL | 101.45º | 0.7% | 0.85% | - |
| HSV(B) | 101.45º | 0.23% | 0.95% | - |
| XYZ | 66.3 | 80.71 | 59.66 | - |
| YUV | 225.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 188 | 0.16 | 0 | 0.23 | 0.05 | 101.45 | 0.7 | 0.85 |
| Hex | CD | F3 | BC | 10 | 0 | 17 | 5 | 65 | 46 | 55 |
| Octal | 315 | 363 | 274 | 20 | 0 | 27 | 5 | 145 | 106 | 125 |
| Binary | 11001101 | 11110011 | 10111100 | 10000 | 0 | 10111 | 101 | 1100101 | 1000110 | 1010101 |
Color Harmonies of #CDF3BC
Complementary color
Monochromatic Colors of #CDF3BC
Black with #CDF3BC
Text Example
Text Example
White with #CDF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3BC; }
p { color: rgb(205,243,188); }
H1.HeaderClassName
{
color: #CDF3BC;
}
.AnyTagClassName
{
color: #CDF3BC;
}
</style>
background-color css
<style>
a { background-color: #CDF3BC; }
a { background-color: rgb(205,243,188); }
div.DivClassName
{
background-color: #CDF3BC;
}
.BgClassName
{
background-color: #CDF3BC;
}
</style>
border-color css
<style>
span { border-color: #CDF3BC; }
span { border-color: rgb(205,243,188); }
td.TdClassName
{
border-color: #CDF3BC;
}
.TagClassName
{
border-color: #CDF3BC;
}
</style>