Shades of Tea Green #CDFCB6
Tints of Tea Green #CDFCB6
RGB
CMYK
RGB Variations
Color information
#CDFCB6 (or 0xCDFCB6) is known color: Tea Green. HEX triplet: CD, FC and B6. RGB value is (205,252,182). Sum of RGB (Red+Green+Blue) = 205+252+182=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCB6 is #320349. Grayscale: #E6E6E6. Windows color (decimal): -3277642 or 11992269. OLE color: 11992269.
HSL color Cylindrical-coordinate representation of color #CDFCB6: hue angle of 100.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDFCB6 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 182 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.01 |
| HSL | 100.29º | 0.92% | 0.85% | - |
| HSV(B) | 100.29º | 0.28% | 0.99% | - |
| XYZ | 68.43 | 85.98 | 57.24 | - |
| YUV | 229.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 182 | 0.19 | 0 | 0.28 | 0.01 | 100.29 | 0.92 | 0.85 |
| Hex | CD | FC | B6 | 13 | 0 | 1C | 1 | 64 | 5C | 55 |
| Octal | 315 | 374 | 266 | 23 | 0 | 34 | 1 | 144 | 134 | 125 |
| Binary | 11001101 | 11111100 | 10110110 | 10011 | 0 | 11100 | 1 | 1100100 | 1011100 | 1010101 |
Color Harmonies of #CDFCB6
Complementary color
Monochromatic Colors of #CDFCB6
Black with #CDFCB6
Text Example
Text Example
White with #CDFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFCB6; }
p { color: rgb(205,252,182); }
H1.HeaderClassName
{
color: #CDFCB6;
}
.AnyTagClassName
{
color: #CDFCB6;
}
</style>
background-color css
<style>
a { background-color: #CDFCB6; }
a { background-color: rgb(205,252,182); }
div.DivClassName
{
background-color: #CDFCB6;
}
.BgClassName
{
background-color: #CDFCB6;
}
</style>
border-color css
<style>
span { border-color: #CDFCB6; }
span { border-color: rgb(205,252,182); }
td.TdClassName
{
border-color: #CDFCB6;
}
.TagClassName
{
border-color: #CDFCB6;
}
</style>