Shades of Tea Green #CDFCAC
Tints of Tea Green #CDFCAC
RGB
CMYK
RGB Variations
Color information
#CDFCAC (or 0xCDFCAC) is known color: Tea Green. HEX triplet: CD, FC and AC. RGB value is (205,252,172). Sum of RGB (Red+Green+Blue) = 205+252+172=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFCAC is #320353. Grayscale: #E5E5E5. Windows color (decimal): -3277652 or 11336909. OLE color: 11336909.
HSL color Cylindrical-coordinate representation of color #CDFCAC: hue angle of 95.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDFCAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 172 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.01 |
| HSL | 95.25º | 0.93% | 0.83% | - |
| HSV(B) | 95.25º | 0.32% | 0.99% | - |
| XYZ | 67.43 | 85.58 | 51.99 | - |
| YUV | 228.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 172 | 0.19 | 0 | 0.32 | 0.01 | 95.25 | 0.93 | 0.83 |
| Hex | CD | FC | AC | 13 | 0 | 20 | 1 | 5F | 5D | 53 |
| Octal | 315 | 374 | 254 | 23 | 0 | 40 | 1 | 137 | 135 | 123 |
| Binary | 11001101 | 11111100 | 10101100 | 10011 | 0 | 100000 | 1 | 1011111 | 1011101 | 1010011 |
Color Harmonies of #CDFCAC
Complementary color
Monochromatic Colors of #CDFCAC
Black with #CDFCAC
Text Example
Text Example
White with #CDFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCAC; }
p { color: rgb(205,252,172); }
H1.HeaderClassName
{
color: #CDFCAC;
}
.AnyTagClassName
{
color: #CDFCAC;
}
</style>
background-color css
<style>
a { background-color: #CDFCAC; }
a { background-color: rgb(205,252,172); }
div.DivClassName
{
background-color: #CDFCAC;
}
.BgClassName
{
background-color: #CDFCAC;
}
</style>
border-color css
<style>
span { border-color: #CDFCAC; }
span { border-color: rgb(205,252,172); }
td.TdClassName
{
border-color: #CDFCAC;
}
.TagClassName
{
border-color: #CDFCAC;
}
</style>