Shades of Tea Green #CDF0BF
Tints of Tea Green #CDF0BF
RGB
CMYK
RGB Variations
Color information
#CDF0BF (or 0xCDF0BF) is known color: Tea Green. HEX triplet: CD, F0 and BF. RGB value is (205,240,191). Sum of RGB (Red+Green+Blue) = 205+240+191=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0BF is #320F40. Grayscale: #E0E0E0. Windows color (decimal): -3280705 or 12579021. OLE color: 12579021.
HSL color Cylindrical-coordinate representation of color #CDF0BF: hue angle of 102.86º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF0BF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 191 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.06 |
| HSL | 102.86º | 0.62% | 0.85% | - |
| HSV(B) | 102.86º | 0.2% | 0.94% | - |
| XYZ | 65.74 | 79.06 | 61.09 | - |
| YUV | 223.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 191 | 0.15 | 0 | 0.20 | 0.06 | 102.86 | 0.62 | 0.85 |
| Hex | CD | F0 | BF | F | 0 | 14 | 6 | 67 | 3E | 55 |
| Octal | 315 | 360 | 277 | 17 | 0 | 24 | 6 | 147 | 76 | 125 |
| Binary | 11001101 | 11110000 | 10111111 | 1111 | 0 | 10100 | 110 | 1100111 | 111110 | 1010101 |
Color Harmonies of #CDF0BF
Complementary color
Monochromatic Colors of #CDF0BF
Black with #CDF0BF
Text Example
Text Example
White with #CDF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0BF; }
p { color: rgb(205,240,191); }
H1.HeaderClassName
{
color: #CDF0BF;
}
.AnyTagClassName
{
color: #CDF0BF;
}
</style>
background-color css
<style>
a { background-color: #CDF0BF; }
a { background-color: rgb(205,240,191); }
div.DivClassName
{
background-color: #CDF0BF;
}
.BgClassName
{
background-color: #CDF0BF;
}
</style>
border-color css
<style>
span { border-color: #CDF0BF; }
span { border-color: rgb(205,240,191); }
td.TdClassName
{
border-color: #CDF0BF;
}
.TagClassName
{
border-color: #CDF0BF;
}
</style>