Shades of Tea Green #CDF0B4
Tints of Tea Green #CDF0B4
RGB
CMYK
RGB Variations
Color information
#CDF0B4 (or 0xCDF0B4) is known color: Tea Green. HEX triplet: CD, F0 and B4. RGB value is (205,240,180). Sum of RGB (Red+Green+Blue) = 205+240+180=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0B4 is #320F4B. Grayscale: #DEDEDE. Windows color (decimal): -3280716 or 11858125. OLE color: 11858125.
HSL color Cylindrical-coordinate representation of color #CDF0B4: hue angle of 95º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDF0B4 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 180 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.06 |
| HSL | 95º | 0.67% | 0.82% | - |
| HSV(B) | 95º | 0.25% | 0.94% | - |
| XYZ | 64.58 | 78.59 | 54.95 | - |
| YUV | 222.7 | 103.9 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 180 | 0.15 | 0 | 0.25 | 0.06 | 95 | 0.67 | 0.82 |
| Hex | CD | F0 | B4 | F | 0 | 19 | 6 | 5F | 43 | 52 |
| Octal | 315 | 360 | 264 | 17 | 0 | 31 | 6 | 137 | 103 | 122 |
| Binary | 11001101 | 11110000 | 10110100 | 1111 | 0 | 11001 | 110 | 1011111 | 1000011 | 1010010 |
Color Harmonies of #CDF0B4
Complementary color
Monochromatic Colors of #CDF0B4
Black with #CDF0B4
Text Example
Text Example
White with #CDF0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0B4; }
p { color: rgb(205,240,180); }
H1.HeaderClassName
{
color: #CDF0B4;
}
.AnyTagClassName
{
color: #CDF0B4;
}
</style>
background-color css
<style>
a { background-color: #CDF0B4; }
a { background-color: rgb(205,240,180); }
div.DivClassName
{
background-color: #CDF0B4;
}
.BgClassName
{
background-color: #CDF0B4;
}
</style>
border-color css
<style>
span { border-color: #CDF0B4; }
span { border-color: rgb(205,240,180); }
td.TdClassName
{
border-color: #CDF0B4;
}
.TagClassName
{
border-color: #CDF0B4;
}
</style>