Shades of Tea Green #CDEFC1
Tints of Tea Green #CDEFC1
RGB
CMYK
RGB Variations
Color information
#CDEFC1 (or 0xCDEFC1) is known color: Tea Green. HEX triplet: CD, EF and C1. RGB value is (205,239,193). Sum of RGB (Red+Green+Blue) = 205+239+193=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC1 is #32103E. Grayscale: #DFDFDF. Windows color (decimal): -3280959 or 12709837. OLE color: 12709837.
HSL color Cylindrical-coordinate representation of color #CDEFC1: hue angle of 104.35º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEFC1 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 193 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.06 |
| HSL | 104.35º | 0.59% | 0.85% | - |
| HSV(B) | 104.35º | 0.19% | 0.94% | - |
| XYZ | 65.67 | 78.56 | 62.16 | - |
| YUV | 223.59 | 110.74 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 193 | 0.14 | 0 | 0.19 | 0.06 | 104.35 | 0.59 | 0.85 |
| Hex | CD | EF | C1 | E | 0 | 13 | 6 | 68 | 3B | 55 |
| Octal | 315 | 357 | 301 | 16 | 0 | 23 | 6 | 150 | 73 | 125 |
| Binary | 11001101 | 11101111 | 11000001 | 1110 | 0 | 10011 | 110 | 1101000 | 111011 | 1010101 |
Color Harmonies of #CDEFC1
Complementary color
Monochromatic Colors of #CDEFC1
Black with #CDEFC1
Text Example
Text Example
White with #CDEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC1; }
p { color: rgb(205,239,193); }
H1.HeaderClassName
{
color: #CDEFC1;
}
.AnyTagClassName
{
color: #CDEFC1;
}
</style>
background-color css
<style>
a { background-color: #CDEFC1; }
a { background-color: rgb(205,239,193); }
div.DivClassName
{
background-color: #CDEFC1;
}
.BgClassName
{
background-color: #CDEFC1;
}
</style>
border-color css
<style>
span { border-color: #CDEFC1; }
span { border-color: rgb(205,239,193); }
td.TdClassName
{
border-color: #CDEFC1;
}
.TagClassName
{
border-color: #CDEFC1;
}
</style>