Shades of Tea Green #CDFDC1
Tints of Tea Green #CDFDC1
RGB
CMYK
RGB Variations
Color information
#CDFDC1 (or 0xCDFDC1) is known color: Tea Green. HEX triplet: CD, FD and C1. RGB value is (205,253,193). Sum of RGB (Red+Green+Blue) = 205+253+193=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDC1 is #32023E. Grayscale: #E7E7E7. Windows color (decimal): -3277375 or 12713421. OLE color: 12713421.
HSL color Cylindrical-coordinate representation of color #CDFDC1: hue angle of 108º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDFDC1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 193 | - |
CMYK | 0.19 | 0 | 0.24 | 0.01 |
HSL | 108º | 0.94% | 0.87% | - |
HSV(B) | 108º | 0.24% | 0.99% | - |
XYZ | 69.93 | 87.08 | 63.57 | - |
YUV | 231.81 | 106.1 | 108.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 193 | 0.19 | 0 | 0.24 | 0.01 | 108 | 0.94 | 0.87 |
Hex | CD | FD | C1 | 13 | 0 | 18 | 1 | 6C | 5E | 57 |
Octal | 315 | 375 | 301 | 23 | 0 | 30 | 1 | 154 | 136 | 127 |
Binary | 11001101 | 11111101 | 11000001 | 10011 | 0 | 11000 | 1 | 1101100 | 1011110 | 1010111 |
Color Harmonies of #CDFDC1
Complementary color
Monochromatic Colors of #CDFDC1
Black with #CDFDC1
Text Example
Text Example
White with #CDFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDC1; }
p { color: rgb(205,253,193); }
H1.HeaderClassName
{
color: #CDFDC1;
}
.AnyTagClassName
{
color: #CDFDC1;
}
</style>
background-color css
<style>
a { background-color: #CDFDC1; }
a { background-color: rgb(205,253,193); }
div.DivClassName
{
background-color: #CDFDC1;
}
.BgClassName
{
background-color: #CDFDC1;
}
</style>
border-color css
<style>
span { border-color: #CDFDC1; }
span { border-color: rgb(205,253,193); }
td.TdClassName
{
border-color: #CDFDC1;
}
.TagClassName
{
border-color: #CDFDC1;
}
</style>