Shades of Tea Green #CDF9C3
Tints of Tea Green #CDF9C3
RGB
CMYK
RGB Variations
Color information
#CDF9C3 (or 0xCDF9C3) is known color: Tea Green. HEX triplet: CD, F9 and C3. RGB value is (205,249,195). Sum of RGB (Red+Green+Blue) = 205+249+195=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9C3 is #32063C. Grayscale: #E5E5E5. Windows color (decimal): -3278397 or 12843469. OLE color: 12843469.
HSL color Cylindrical-coordinate representation of color #CDF9C3: hue angle of 108.89º degrees, saturation: 0.82, 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 #CDF9C3 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 249 | 195 | - |
CMYK | 0.18 | 0 | 0.22 | 0.02 |
HSL | 108.89º | 0.82% | 0.87% | - |
HSV(B) | 108.89º | 0.22% | 0.98% | - |
XYZ | 68.9 | 84.67 | 64.34 | - |
YUV | 229.69 | 108.42 | 110.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 249 | 195 | 0.18 | 0 | 0.22 | 0.02 | 108.89 | 0.82 | 0.87 |
Hex | CD | F9 | C3 | 12 | 0 | 16 | 2 | 6D | 52 | 57 |
Octal | 315 | 371 | 303 | 22 | 0 | 26 | 2 | 155 | 122 | 127 |
Binary | 11001101 | 11111001 | 11000011 | 10010 | 0 | 10110 | 10 | 1101101 | 1010010 | 1010111 |
Color Harmonies of #CDF9C3
Complementary color
Monochromatic Colors of #CDF9C3
Black with #CDF9C3
Text Example
Text Example
White with #CDF9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9C3; }
p { color: rgb(205,249,195); }
H1.HeaderClassName
{
color: #CDF9C3;
}
.AnyTagClassName
{
color: #CDF9C3;
}
</style>
background-color css
<style>
a { background-color: #CDF9C3; }
a { background-color: rgb(205,249,195); }
div.DivClassName
{
background-color: #CDF9C3;
}
.BgClassName
{
background-color: #CDF9C3;
}
</style>
border-color css
<style>
span { border-color: #CDF9C3; }
span { border-color: rgb(205,249,195); }
td.TdClassName
{
border-color: #CDF9C3;
}
.TagClassName
{
border-color: #CDF9C3;
}
</style>