Shades of Tea Green #CDEDC3
Tints of Tea Green #CDEDC3
RGB
CMYK
RGB Variations
Color information
#CDEDC3 (or 0xCDEDC3) is known color: Tea Green. HEX triplet: CD, ED and C3. RGB value is (205,237,195). Sum of RGB (Red+Green+Blue) = 205+237+195=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC3 is #32123C. Grayscale: #DEDEDE. Windows color (decimal): -3281469 or 12840397. OLE color: 12840397.
HSL color Cylindrical-coordinate representation of color #CDEDC3: hue angle of 105.71º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEDC3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 195 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 105.71º | 0.54% | 0.85% | - |
| HSV(B) | 105.71º | 0.18% | 0.93% | - |
| XYZ | 65.31 | 77.49 | 63.14 | - |
| YUV | 222.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 195 | 0.14 | 0 | 0.18 | 0.07 | 105.71 | 0.54 | 0.85 |
| Hex | CD | ED | C3 | E | 0 | 12 | 7 | 6A | 36 | 55 |
| Octal | 315 | 355 | 303 | 16 | 0 | 22 | 7 | 152 | 66 | 125 |
| Binary | 11001101 | 11101101 | 11000011 | 1110 | 0 | 10010 | 111 | 1101010 | 110110 | 1010101 |
Color Harmonies of #CDEDC3
Complementary color
Monochromatic Colors of #CDEDC3
Black with #CDEDC3
Text Example
Text Example
White with #CDEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDC3; }
p { color: rgb(205,237,195); }
H1.HeaderClassName
{
color: #CDEDC3;
}
.AnyTagClassName
{
color: #CDEDC3;
}
</style>
background-color css
<style>
a { background-color: #CDEDC3; }
a { background-color: rgb(205,237,195); }
div.DivClassName
{
background-color: #CDEDC3;
}
.BgClassName
{
background-color: #CDEDC3;
}
</style>
border-color css
<style>
span { border-color: #CDEDC3; }
span { border-color: rgb(205,237,195); }
td.TdClassName
{
border-color: #CDEDC3;
}
.TagClassName
{
border-color: #CDEDC3;
}
</style>