Shades of Tea Green #CDE8BF
Tints of Tea Green #CDE8BF
RGB
CMYK
RGB Variations
Color information
#CDE8BF (or 0xCDE8BF) is known color: Tea Green. HEX triplet: CD, E8 and BF. RGB value is (205,232,191). Sum of RGB (Red+Green+Blue) = 205+232+191=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8BF is #321740. Grayscale: #DBDBDB. Windows color (decimal): -3282753 or 12576973. OLE color: 12576973.
HSL color Cylindrical-coordinate representation of color #CDE8BF: hue angle of 99.51º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE8BF is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 191 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.09 |
| HSL | 99.51º | 0.47% | 0.83% | - |
| HSV(B) | 99.51º | 0.18% | 0.91% | - |
| XYZ | 63.44 | 74.45 | 60.32 | - |
| YUV | 219.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 191 | 0.12 | 0 | 0.18 | 0.09 | 99.51 | 0.47 | 0.83 |
| Hex | CD | E8 | BF | C | 0 | 12 | 9 | 64 | 2F | 53 |
| Octal | 315 | 350 | 277 | 14 | 0 | 22 | 11 | 144 | 57 | 123 |
| Binary | 11001101 | 11101000 | 10111111 | 1100 | 0 | 10010 | 1001 | 1100100 | 101111 | 1010011 |
Color Harmonies of #CDE8BF
Complementary color
Monochromatic Colors of #CDE8BF
Black with #CDE8BF
Text Example
Text Example
White with #CDE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8BF; }
p { color: rgb(205,232,191); }
H1.HeaderClassName
{
color: #CDE8BF;
}
.AnyTagClassName
{
color: #CDE8BF;
}
</style>
background-color css
<style>
a { background-color: #CDE8BF; }
a { background-color: rgb(205,232,191); }
div.DivClassName
{
background-color: #CDE8BF;
}
.BgClassName
{
background-color: #CDE8BF;
}
</style>
border-color css
<style>
span { border-color: #CDE8BF; }
span { border-color: rgb(205,232,191); }
td.TdClassName
{
border-color: #CDE8BF;
}
.TagClassName
{
border-color: #CDE8BF;
}
</style>