Shades of Tea Green #CDF0BC
Tints of Tea Green #CDF0BC
RGB
CMYK
RGB Variations
Color information
#CDF0BC (or 0xCDF0BC) is known color: Tea Green. HEX triplet: CD, F0 and BC. RGB value is (205,240,188). Sum of RGB (Red+Green+Blue) = 205+240+188=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0BC is #320F43. Grayscale: #DFDFDF. Windows color (decimal): -3280708 or 12382413. OLE color: 12382413.
HSL color Cylindrical-coordinate representation of color #CDF0BC: hue angle of 100.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDF0BC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 188 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.06 |
| HSL | 100.38º | 0.63% | 0.84% | - |
| HSV(B) | 100.38º | 0.22% | 0.94% | - |
| XYZ | 65.41 | 78.93 | 59.36 | - |
| YUV | 223.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 188 | 0.15 | 0 | 0.22 | 0.06 | 100.38 | 0.63 | 0.84 |
| Hex | CD | F0 | BC | F | 0 | 16 | 6 | 64 | 3F | 54 |
| Octal | 315 | 360 | 274 | 17 | 0 | 26 | 6 | 144 | 77 | 124 |
| Binary | 11001101 | 11110000 | 10111100 | 1111 | 0 | 10110 | 110 | 1100100 | 111111 | 1010100 |
Color Harmonies of #CDF0BC
Complementary color
Monochromatic Colors of #CDF0BC
Black with #CDF0BC
Text Example
Text Example
White with #CDF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0BC; }
p { color: rgb(205,240,188); }
H1.HeaderClassName
{
color: #CDF0BC;
}
.AnyTagClassName
{
color: #CDF0BC;
}
</style>
background-color css
<style>
a { background-color: #CDF0BC; }
a { background-color: rgb(205,240,188); }
div.DivClassName
{
background-color: #CDF0BC;
}
.BgClassName
{
background-color: #CDF0BC;
}
</style>
border-color css
<style>
span { border-color: #CDF0BC; }
span { border-color: rgb(205,240,188); }
td.TdClassName
{
border-color: #CDF0BC;
}
.TagClassName
{
border-color: #CDF0BC;
}
</style>