Shades of Tea Green #CDEFC3
Tints of Tea Green #CDEFC3
RGB
CMYK
RGB Variations
Color information
#CDEFC3 (or 0xCDEFC3) is known color: Tea Green. HEX triplet: CD, EF and C3. RGB value is (205,239,195). Sum of RGB (Red+Green+Blue) = 205+239+195=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC3 is #32103C. Grayscale: #DFDFDF. Windows color (decimal): -3280957 or 12840909. OLE color: 12840909.
HSL color Cylindrical-coordinate representation of color #CDEFC3: hue angle of 106.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEFC3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 195 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 106.36º | 0.58% | 0.85% | - |
| HSV(B) | 106.36º | 0.18% | 0.94% | - |
| XYZ | 65.89 | 78.65 | 63.34 | - |
| YUV | 223.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 195 | 0.14 | 0 | 0.18 | 0.06 | 106.36 | 0.58 | 0.85 |
| Hex | CD | EF | C3 | E | 0 | 12 | 6 | 6A | 3A | 55 |
| Octal | 315 | 357 | 303 | 16 | 0 | 22 | 6 | 152 | 72 | 125 |
| Binary | 11001101 | 11101111 | 11000011 | 1110 | 0 | 10010 | 110 | 1101010 | 111010 | 1010101 |
Color Harmonies of #CDEFC3
Complementary color
Monochromatic Colors of #CDEFC3
Black with #CDEFC3
Text Example
Text Example
White with #CDEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC3; }
p { color: rgb(205,239,195); }
H1.HeaderClassName
{
color: #CDEFC3;
}
.AnyTagClassName
{
color: #CDEFC3;
}
</style>
background-color css
<style>
a { background-color: #CDEFC3; }
a { background-color: rgb(205,239,195); }
div.DivClassName
{
background-color: #CDEFC3;
}
.BgClassName
{
background-color: #CDEFC3;
}
</style>
border-color css
<style>
span { border-color: #CDEFC3; }
span { border-color: rgb(205,239,195); }
td.TdClassName
{
border-color: #CDEFC3;
}
.TagClassName
{
border-color: #CDEFC3;
}
</style>