Shades of Tea Green #CDEEC1
Tints of Tea Green #CDEEC1
RGB
CMYK
RGB Variations
Color information
#CDEEC1 (or 0xCDEEC1) is known color: Tea Green. HEX triplet: CD, EE and C1. RGB value is (205,238,193). Sum of RGB (Red+Green+Blue) = 205+238+193=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC1 is #32113E. Grayscale: #DFDFDF. Windows color (decimal): -3281215 or 12709581. OLE color: 12709581.
HSL color Cylindrical-coordinate representation of color #CDEEC1: hue angle of 104º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEEC1 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 193 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.07 |
| HSL | 104º | 0.57% | 0.85% | - |
| HSV(B) | 104º | 0.19% | 0.93% | - |
| XYZ | 65.38 | 77.98 | 62.06 | - |
| YUV | 223 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 193 | 0.14 | 0 | 0.19 | 0.07 | 104 | 0.57 | 0.85 |
| Hex | CD | EE | C1 | E | 0 | 13 | 7 | 68 | 39 | 55 |
| Octal | 315 | 356 | 301 | 16 | 0 | 23 | 7 | 150 | 71 | 125 |
| Binary | 11001101 | 11101110 | 11000001 | 1110 | 0 | 10011 | 111 | 1101000 | 111001 | 1010101 |
Color Harmonies of #CDEEC1
Complementary color
Monochromatic Colors of #CDEEC1
Black with #CDEEC1
Text Example
Text Example
White with #CDEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEC1; }
p { color: rgb(205,238,193); }
H1.HeaderClassName
{
color: #CDEEC1;
}
.AnyTagClassName
{
color: #CDEEC1;
}
</style>
background-color css
<style>
a { background-color: #CDEEC1; }
a { background-color: rgb(205,238,193); }
div.DivClassName
{
background-color: #CDEEC1;
}
.BgClassName
{
background-color: #CDEEC1;
}
</style>
border-color css
<style>
span { border-color: #CDEEC1; }
span { border-color: rgb(205,238,193); }
td.TdClassName
{
border-color: #CDEEC1;
}
.TagClassName
{
border-color: #CDEEC1;
}
</style>