Shades of Tea Green #CDEFC4
Tints of Tea Green #CDEFC4
RGB
CMYK
RGB Variations
Color information
#CDEFC4 (or 0xCDEFC4) is known color: Tea Green. HEX triplet: CD, EF and C4. RGB value is (205,239,196). Sum of RGB (Red+Green+Blue) = 205+239+196=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC4 is #32103B. Grayscale: #E0E0E0. Windows color (decimal): -3280956 or 12906445. OLE color: 12906445.
HSL color Cylindrical-coordinate representation of color #CDEFC4: hue angle of 107.44º degrees, saturation: 0.57, 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 #CDEFC4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 196 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 107.44º | 0.57% | 0.85% | - |
| HSV(B) | 107.44º | 0.18% | 0.94% | - |
| XYZ | 66.01 | 78.7 | 63.94 | - |
| YUV | 223.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 196 | 0.14 | 0 | 0.18 | 0.06 | 107.44 | 0.57 | 0.85 |
| Hex | CD | EF | C4 | E | 0 | 12 | 6 | 6B | 39 | 55 |
| Octal | 315 | 357 | 304 | 16 | 0 | 22 | 6 | 153 | 71 | 125 |
| Binary | 11001101 | 11101111 | 11000100 | 1110 | 0 | 10010 | 110 | 1101011 | 111001 | 1010101 |
Color Harmonies of #CDEFC4
Complementary color
Monochromatic Colors of #CDEFC4
Black with #CDEFC4
Text Example
Text Example
White with #CDEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC4; }
p { color: rgb(205,239,196); }
H1.HeaderClassName
{
color: #CDEFC4;
}
.AnyTagClassName
{
color: #CDEFC4;
}
</style>
background-color css
<style>
a { background-color: #CDEFC4; }
a { background-color: rgb(205,239,196); }
div.DivClassName
{
background-color: #CDEFC4;
}
.BgClassName
{
background-color: #CDEFC4;
}
</style>
border-color css
<style>
span { border-color: #CDEFC4; }
span { border-color: rgb(205,239,196); }
td.TdClassName
{
border-color: #CDEFC4;
}
.TagClassName
{
border-color: #CDEFC4;
}
</style>