Shades of Tea Green #CDEFC0
Tints of Tea Green #CDEFC0
RGB
CMYK
RGB Variations
Color information
#CDEFC0 (or 0xCDEFC0) is known color: Tea Green. HEX triplet: CD, EF and C0. RGB value is (205,239,192). Sum of RGB (Red+Green+Blue) = 205+239+192=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC0 is #32103F. Grayscale: #DFDFDF. Windows color (decimal): -3280960 or 12644301. OLE color: 12644301.
HSL color Cylindrical-coordinate representation of color #CDEFC0: hue angle of 103.4º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEFC0 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 192 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.06 |
| HSL | 103.4º | 0.59% | 0.85% | - |
| HSV(B) | 103.4º | 0.2% | 0.94% | - |
| XYZ | 65.56 | 78.52 | 61.57 | - |
| YUV | 223.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 192 | 0.14 | 0 | 0.20 | 0.06 | 103.4 | 0.59 | 0.85 |
| Hex | CD | EF | C0 | E | 0 | 14 | 6 | 67 | 3B | 55 |
| Octal | 315 | 357 | 300 | 16 | 0 | 24 | 6 | 147 | 73 | 125 |
| Binary | 11001101 | 11101111 | 11000000 | 1110 | 0 | 10100 | 110 | 1100111 | 111011 | 1010101 |
Color Harmonies of #CDEFC0
Complementary color
Monochromatic Colors of #CDEFC0
Black with #CDEFC0
Text Example
Text Example
White with #CDEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC0; }
p { color: rgb(205,239,192); }
H1.HeaderClassName
{
color: #CDEFC0;
}
.AnyTagClassName
{
color: #CDEFC0;
}
</style>
background-color css
<style>
a { background-color: #CDEFC0; }
a { background-color: rgb(205,239,192); }
div.DivClassName
{
background-color: #CDEFC0;
}
.BgClassName
{
background-color: #CDEFC0;
}
</style>
border-color css
<style>
span { border-color: #CDEFC0; }
span { border-color: rgb(205,239,192); }
td.TdClassName
{
border-color: #CDEFC0;
}
.TagClassName
{
border-color: #CDEFC0;
}
</style>