Shades of Tea Green #CDFEC1
Tints of Tea Green #CDFEC1
RGB
CMYK
RGB Variations
Color information
#CDFEC1 (or 0xCDFEC1) is known color: Tea Green. HEX triplet: CD, FE and C1. RGB value is (205,254,193). Sum of RGB (Red+Green+Blue) = 205+254+193=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEC1 is #32013E. Grayscale: #E8E8E8. Windows color (decimal): -3277119 or 12713677. OLE color: 12713677.
HSL color Cylindrical-coordinate representation of color #CDFEC1: hue angle of 108.2º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDFEC1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 193 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.00 |
| HSL | 108.2º | 0.97% | 0.88% | - |
| HSV(B) | 108.2º | 0.24% | 1% | - |
| XYZ | 70.24 | 87.71 | 63.68 | - |
| YUV | 232.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 193 | 0.19 | 0 | 0.24 | 0.00 | 108.2 | 0.97 | 0.88 |
| Hex | CD | FE | C1 | 13 | 0 | 18 | 0 | 6C | 61 | 58 |
| Octal | 315 | 376 | 301 | 23 | 0 | 30 | 0 | 154 | 141 | 130 |
| Binary | 11001101 | 11111110 | 11000001 | 10011 | 0 | 11000 | 0 | 1101100 | 1100001 | 1011000 |
Color Harmonies of #CDFEC1
Complementary color
Monochromatic Colors of #CDFEC1
Black with #CDFEC1
Text Example
Text Example
White with #CDFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEC1; }
p { color: rgb(205,254,193); }
H1.HeaderClassName
{
color: #CDFEC1;
}
.AnyTagClassName
{
color: #CDFEC1;
}
</style>
background-color css
<style>
a { background-color: #CDFEC1; }
a { background-color: rgb(205,254,193); }
div.DivClassName
{
background-color: #CDFEC1;
}
.BgClassName
{
background-color: #CDFEC1;
}
</style>
border-color css
<style>
span { border-color: #CDFEC1; }
span { border-color: rgb(205,254,193); }
td.TdClassName
{
border-color: #CDFEC1;
}
.TagClassName
{
border-color: #CDFEC1;
}
</style>