Shades of Tea Green #CDEEC4
Tints of Tea Green #CDEEC4
RGB
CMYK
RGB Variations
Color information
#CDEEC4 (or 0xCDEEC4) is known color: Tea Green. HEX triplet: CD, EE and C4. RGB value is (205,238,196). Sum of RGB (Red+Green+Blue) = 205+238+196=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC4 is #32113B. Grayscale: #DFDFDF. Windows color (decimal): -3281212 or 12906189. OLE color: 12906189.
HSL color Cylindrical-coordinate representation of color #CDEEC4: hue angle of 107.14º degrees, saturation: 0.55, 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 #CDEEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 196 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 107.14º | 0.55% | 0.85% | - |
| HSV(B) | 107.14º | 0.18% | 0.93% | - |
| XYZ | 65.72 | 78.11 | 63.84 | - |
| YUV | 223.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 196 | 0.14 | 0 | 0.18 | 0.07 | 107.14 | 0.55 | 0.85 |
| Hex | CD | EE | C4 | E | 0 | 12 | 7 | 6B | 37 | 55 |
| Octal | 315 | 356 | 304 | 16 | 0 | 22 | 7 | 153 | 67 | 125 |
| Binary | 11001101 | 11101110 | 11000100 | 1110 | 0 | 10010 | 111 | 1101011 | 110111 | 1010101 |
Color Harmonies of #CDEEC4
Complementary color
Monochromatic Colors of #CDEEC4
Black with #CDEEC4
Text Example
Text Example
White with #CDEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEC4; }
p { color: rgb(205,238,196); }
H1.HeaderClassName
{
color: #CDEEC4;
}
.AnyTagClassName
{
color: #CDEEC4;
}
</style>
background-color css
<style>
a { background-color: #CDEEC4; }
a { background-color: rgb(205,238,196); }
div.DivClassName
{
background-color: #CDEEC4;
}
.BgClassName
{
background-color: #CDEEC4;
}
</style>
border-color css
<style>
span { border-color: #CDEEC4; }
span { border-color: rgb(205,238,196); }
td.TdClassName
{
border-color: #CDEEC4;
}
.TagClassName
{
border-color: #CDEEC4;
}
</style>