Shades of Tea Green #CDF0B0
Tints of Tea Green #CDF0B0
RGB
CMYK
RGB Variations
Color information
#CDF0B0 (or 0xCDF0B0) is known color: Tea Green. HEX triplet: CD, F0 and B0. RGB value is (205,240,176). Sum of RGB (Red+Green+Blue) = 205+240+176=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0B0 is #320F4F. Grayscale: #DEDEDE. Windows color (decimal): -3280720 or 11595981. OLE color: 11595981.
HSL color Cylindrical-coordinate representation of color #CDF0B0: hue angle of 92.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDF0B0 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 176 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.06 |
| HSL | 92.81º | 0.68% | 0.82% | - |
| HSV(B) | 92.81º | 0.27% | 0.94% | - |
| XYZ | 64.17 | 78.43 | 52.83 | - |
| YUV | 222.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 176 | 0.15 | 0 | 0.27 | 0.06 | 92.81 | 0.68 | 0.82 |
| Hex | CD | F0 | B0 | F | 0 | 1B | 6 | 5D | 44 | 52 |
| Octal | 315 | 360 | 260 | 17 | 0 | 33 | 6 | 135 | 104 | 122 |
| Binary | 11001101 | 11110000 | 10110000 | 1111 | 0 | 11011 | 110 | 1011101 | 1000100 | 1010010 |
Color Harmonies of #CDF0B0
Complementary color
Monochromatic Colors of #CDF0B0
Black with #CDF0B0
Text Example
Text Example
White with #CDF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0B0; }
p { color: rgb(205,240,176); }
H1.HeaderClassName
{
color: #CDF0B0;
}
.AnyTagClassName
{
color: #CDF0B0;
}
</style>
background-color css
<style>
a { background-color: #CDF0B0; }
a { background-color: rgb(205,240,176); }
div.DivClassName
{
background-color: #CDF0B0;
}
.BgClassName
{
background-color: #CDF0B0;
}
</style>
border-color css
<style>
span { border-color: #CDF0B0; }
span { border-color: rgb(205,240,176); }
td.TdClassName
{
border-color: #CDF0B0;
}
.TagClassName
{
border-color: #CDF0B0;
}
</style>