Shades of Tea Green #CDF0C4
Tints of Tea Green #CDF0C4
RGB
CMYK
RGB Variations
Color information
#CDF0C4 (or 0xCDF0C4) is known color: Tea Green. HEX triplet: CD, F0 and C4. RGB value is (205,240,196). Sum of RGB (Red+Green+Blue) = 205+240+196=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0C4 is #320F3B. Grayscale: #E0E0E0. Windows color (decimal): -3280700 or 12906701. OLE color: 12906701.
HSL color Cylindrical-coordinate representation of color #CDF0C4: hue angle of 107.73º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF0C4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 196 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 107.73º | 0.59% | 0.85% | - |
| HSV(B) | 107.73º | 0.18% | 0.94% | - |
| XYZ | 66.3 | 79.28 | 64.03 | - |
| YUV | 224.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 196 | 0.15 | 0 | 0.18 | 0.06 | 107.73 | 0.59 | 0.85 |
| Hex | CD | F0 | C4 | F | 0 | 12 | 6 | 6C | 3B | 55 |
| Octal | 315 | 360 | 304 | 17 | 0 | 22 | 6 | 154 | 73 | 125 |
| Binary | 11001101 | 11110000 | 11000100 | 1111 | 0 | 10010 | 110 | 1101100 | 111011 | 1010101 |
Color Harmonies of #CDF0C4
Complementary color
Monochromatic Colors of #CDF0C4
Black with #CDF0C4
Text Example
Text Example
White with #CDF0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0C4; }
p { color: rgb(205,240,196); }
H1.HeaderClassName
{
color: #CDF0C4;
}
.AnyTagClassName
{
color: #CDF0C4;
}
</style>
background-color css
<style>
a { background-color: #CDF0C4; }
a { background-color: rgb(205,240,196); }
div.DivClassName
{
background-color: #CDF0C4;
}
.BgClassName
{
background-color: #CDF0C4;
}
</style>
border-color css
<style>
span { border-color: #CDF0C4; }
span { border-color: rgb(205,240,196); }
td.TdClassName
{
border-color: #CDF0C4;
}
.TagClassName
{
border-color: #CDF0C4;
}
</style>