Shades of Tea Green #CDF3C2
Tints of Tea Green #CDF3C2
RGB
CMYK
RGB Variations
Color information
#CDF3C2 (or 0xCDF3C2) is known color: Tea Green. HEX triplet: CD, F3 and C2. RGB value is (205,243,194). Sum of RGB (Red+Green+Blue) = 205+243+194=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3C2 is #320C3D. Grayscale: #E2E2E2. Windows color (decimal): -3279934 or 12776397. OLE color: 12776397.
HSL color Cylindrical-coordinate representation of color #CDF3C2: hue angle of 106.53º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF3C2 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 194 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.05 |
| HSL | 106.53º | 0.67% | 0.86% | - |
| HSV(B) | 106.53º | 0.2% | 0.95% | - |
| XYZ | 66.97 | 80.98 | 63.14 | - |
| YUV | 226.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 194 | 0.16 | 0 | 0.20 | 0.05 | 106.53 | 0.67 | 0.86 |
| Hex | CD | F3 | C2 | 10 | 0 | 14 | 5 | 6B | 43 | 56 |
| Octal | 315 | 363 | 302 | 20 | 0 | 24 | 5 | 153 | 103 | 126 |
| Binary | 11001101 | 11110011 | 11000010 | 10000 | 0 | 10100 | 101 | 1101011 | 1000011 | 1010110 |
Color Harmonies of #CDF3C2
Complementary color
Monochromatic Colors of #CDF3C2
Black with #CDF3C2
Text Example
Text Example
White with #CDF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3C2; }
p { color: rgb(205,243,194); }
H1.HeaderClassName
{
color: #CDF3C2;
}
.AnyTagClassName
{
color: #CDF3C2;
}
</style>
background-color css
<style>
a { background-color: #CDF3C2; }
a { background-color: rgb(205,243,194); }
div.DivClassName
{
background-color: #CDF3C2;
}
.BgClassName
{
background-color: #CDF3C2;
}
</style>
border-color css
<style>
span { border-color: #CDF3C2; }
span { border-color: rgb(205,243,194); }
td.TdClassName
{
border-color: #CDF3C2;
}
.TagClassName
{
border-color: #CDF3C2;
}
</style>