Shades of Tea Green #CDF0BE
Tints of Tea Green #CDF0BE
RGB
CMYK
RGB Variations
Color information
#CDF0BE (or 0xCDF0BE) is known color: Tea Green. HEX triplet: CD, F0 and BE. RGB value is (205,240,190). Sum of RGB (Red+Green+Blue) = 205+240+190=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0BE is #320F41. Grayscale: #E0E0E0. Windows color (decimal): -3280706 or 12513485. OLE color: 12513485.
HSL color Cylindrical-coordinate representation of color #CDF0BE: hue angle of 102º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF0BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 190 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.06 |
| HSL | 102º | 0.63% | 0.84% | - |
| HSV(B) | 102º | 0.21% | 0.94% | - |
| XYZ | 65.63 | 79.02 | 60.51 | - |
| YUV | 223.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 190 | 0.15 | 0 | 0.21 | 0.06 | 102 | 0.63 | 0.84 |
| Hex | CD | F0 | BE | F | 0 | 15 | 6 | 66 | 3E | 54 |
| Octal | 315 | 360 | 276 | 17 | 0 | 25 | 6 | 146 | 76 | 124 |
| Binary | 11001101 | 11110000 | 10111110 | 1111 | 0 | 10101 | 110 | 1100110 | 111110 | 1010100 |
Color Harmonies of #CDF0BE
Complementary color
Monochromatic Colors of #CDF0BE
Black with #CDF0BE
Text Example
Text Example
White with #CDF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0BE; }
p { color: rgb(205,240,190); }
H1.HeaderClassName
{
color: #CDF0BE;
}
.AnyTagClassName
{
color: #CDF0BE;
}
</style>
background-color css
<style>
a { background-color: #CDF0BE; }
a { background-color: rgb(205,240,190); }
div.DivClassName
{
background-color: #CDF0BE;
}
.BgClassName
{
background-color: #CDF0BE;
}
</style>
border-color css
<style>
span { border-color: #CDF0BE; }
span { border-color: rgb(205,240,190); }
td.TdClassName
{
border-color: #CDF0BE;
}
.TagClassName
{
border-color: #CDF0BE;
}
</style>