Shades of Tea Green #CDF8B9
Tints of Tea Green #CDF8B9
RGB
CMYK
RGB Variations
Color information
#CDF8B9 (or 0xCDF8B9) is known color: Tea Green. HEX triplet: CD, F8 and B9. RGB value is (205,248,185). Sum of RGB (Red+Green+Blue) = 205+248+185=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8B9 is #320746. Grayscale: #E4E4E4. Windows color (decimal): -3278663 or 12187853. OLE color: 12187853.
HSL color Cylindrical-coordinate representation of color #CDF8B9: hue angle of 100.95º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDF8B9 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 185 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 100.95º | 0.82% | 0.85% | - |
| HSV(B) | 100.95º | 0.25% | 0.97% | - |
| XYZ | 67.5 | 83.62 | 58.48 | - |
| YUV | 227.96 | 103.75 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 185 | 0.17 | 0 | 0.25 | 0.03 | 100.95 | 0.82 | 0.85 |
| Hex | CD | F8 | B9 | 11 | 0 | 19 | 3 | 65 | 52 | 55 |
| Octal | 315 | 370 | 271 | 21 | 0 | 31 | 3 | 145 | 122 | 125 |
| Binary | 11001101 | 11111000 | 10111001 | 10001 | 0 | 11001 | 11 | 1100101 | 1010010 | 1010101 |
Color Harmonies of #CDF8B9
Complementary color
Monochromatic Colors of #CDF8B9
Black with #CDF8B9
Text Example
Text Example
White with #CDF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8B9; }
p { color: rgb(205,248,185); }
H1.HeaderClassName
{
color: #CDF8B9;
}
.AnyTagClassName
{
color: #CDF8B9;
}
</style>
background-color css
<style>
a { background-color: #CDF8B9; }
a { background-color: rgb(205,248,185); }
div.DivClassName
{
background-color: #CDF8B9;
}
.BgClassName
{
background-color: #CDF8B9;
}
</style>
border-color css
<style>
span { border-color: #CDF8B9; }
span { border-color: rgb(205,248,185); }
td.TdClassName
{
border-color: #CDF8B9;
}
.TagClassName
{
border-color: #CDF8B9;
}
</style>