Shades of Tea Green #CDFAC2
Tints of Tea Green #CDFAC2
RGB
CMYK
RGB Variations
Color information
#CDFAC2 (or 0xCDFAC2) is known color: Tea Green. HEX triplet: CD, FA and C2. RGB value is (205,250,194). Sum of RGB (Red+Green+Blue) = 205+250+194=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC2 is #32053D. Grayscale: #E6E6E6. Windows color (decimal): -3278142 or 12778189. OLE color: 12778189.
HSL color Cylindrical-coordinate representation of color #CDFAC2: hue angle of 108.21º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDFAC2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 194 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.02 |
| HSL | 108.21º | 0.85% | 0.87% | - |
| HSV(B) | 108.21º | 0.22% | 0.98% | - |
| XYZ | 69.1 | 85.25 | 63.85 | - |
| YUV | 230.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 194 | 0.18 | 0 | 0.22 | 0.02 | 108.21 | 0.85 | 0.87 |
| Hex | CD | FA | C2 | 12 | 0 | 16 | 2 | 6C | 55 | 57 |
| Octal | 315 | 372 | 302 | 22 | 0 | 26 | 2 | 154 | 125 | 127 |
| Binary | 11001101 | 11111010 | 11000010 | 10010 | 0 | 10110 | 10 | 1101100 | 1010101 | 1010111 |
Color Harmonies of #CDFAC2
Complementary color
Monochromatic Colors of #CDFAC2
Black with #CDFAC2
Text Example
Text Example
White with #CDFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAC2; }
p { color: rgb(205,250,194); }
H1.HeaderClassName
{
color: #CDFAC2;
}
.AnyTagClassName
{
color: #CDFAC2;
}
</style>
background-color css
<style>
a { background-color: #CDFAC2; }
a { background-color: rgb(205,250,194); }
div.DivClassName
{
background-color: #CDFAC2;
}
.BgClassName
{
background-color: #CDFAC2;
}
</style>
border-color css
<style>
span { border-color: #CDFAC2; }
span { border-color: rgb(205,250,194); }
td.TdClassName
{
border-color: #CDFAC2;
}
.TagClassName
{
border-color: #CDFAC2;
}
</style>