Shades of Tea Green #CDEFC2
Tints of Tea Green #CDEFC2
RGB
CMYK
RGB Variations
Color information
#CDEFC2 (or 0xCDEFC2) is known color: Tea Green. HEX triplet: CD, EF and C2. RGB value is (205,239,194). Sum of RGB (Red+Green+Blue) = 205+239+194=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC2 is #32103D. Grayscale: #DFDFDF. Windows color (decimal): -3280958 or 12775373. OLE color: 12775373.
HSL color Cylindrical-coordinate representation of color #CDEFC2: hue angle of 105.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEFC2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 194 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.06 |
| HSL | 105.33º | 0.58% | 0.85% | - |
| HSV(B) | 105.33º | 0.19% | 0.94% | - |
| XYZ | 65.78 | 78.61 | 62.74 | - |
| YUV | 223.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 194 | 0.14 | 0 | 0.19 | 0.06 | 105.33 | 0.58 | 0.85 |
| Hex | CD | EF | C2 | E | 0 | 13 | 6 | 69 | 3A | 55 |
| Octal | 315 | 357 | 302 | 16 | 0 | 23 | 6 | 151 | 72 | 125 |
| Binary | 11001101 | 11101111 | 11000010 | 1110 | 0 | 10011 | 110 | 1101001 | 111010 | 1010101 |
Color Harmonies of #CDEFC2
Complementary color
Monochromatic Colors of #CDEFC2
Black with #CDEFC2
Text Example
Text Example
White with #CDEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC2; }
p { color: rgb(205,239,194); }
H1.HeaderClassName
{
color: #CDEFC2;
}
.AnyTagClassName
{
color: #CDEFC2;
}
</style>
background-color css
<style>
a { background-color: #CDEFC2; }
a { background-color: rgb(205,239,194); }
div.DivClassName
{
background-color: #CDEFC2;
}
.BgClassName
{
background-color: #CDEFC2;
}
</style>
border-color css
<style>
span { border-color: #CDEFC2; }
span { border-color: rgb(205,239,194); }
td.TdClassName
{
border-color: #CDEFC2;
}
.TagClassName
{
border-color: #CDEFC2;
}
</style>