Shades of Tea Green #CDFBC0
Tints of Tea Green #CDFBC0
RGB
CMYK
RGB Variations
Color information
#CDFBC0 (or 0xCDFBC0) is known color: Tea Green. HEX triplet: CD, FB and C0. RGB value is (205,251,192). Sum of RGB (Red+Green+Blue) = 205+251+192=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBC0 is #32043F. Grayscale: #E6E6E6. Windows color (decimal): -3277888 or 12647373. OLE color: 12647373.
HSL color Cylindrical-coordinate representation of color #CDFBC0: hue angle of 106.78º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDFBC0 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 251 | 192 | - |
CMYK | 0.18 | 0 | 0.24 | 0.02 |
HSL | 106.78º | 0.88% | 0.87% | - |
HSV(B) | 106.78º | 0.24% | 0.98% | - |
XYZ | 69.19 | 85.78 | 62.78 | - |
YUV | 230.52 | 106.26 | 109.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 251 | 192 | 0.18 | 0 | 0.24 | 0.02 | 106.78 | 0.88 | 0.87 |
Hex | CD | FB | C0 | 12 | 0 | 18 | 2 | 6B | 58 | 57 |
Octal | 315 | 373 | 300 | 22 | 0 | 30 | 2 | 153 | 130 | 127 |
Binary | 11001101 | 11111011 | 11000000 | 10010 | 0 | 11000 | 10 | 1101011 | 1011000 | 1010111 |
Color Harmonies of #CDFBC0
Complementary color
Monochromatic Colors of #CDFBC0
Black with #CDFBC0
Text Example
Text Example
White with #CDFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBC0; }
p { color: rgb(205,251,192); }
H1.HeaderClassName
{
color: #CDFBC0;
}
.AnyTagClassName
{
color: #CDFBC0;
}
</style>
background-color css
<style>
a { background-color: #CDFBC0; }
a { background-color: rgb(205,251,192); }
div.DivClassName
{
background-color: #CDFBC0;
}
.BgClassName
{
background-color: #CDFBC0;
}
</style>
border-color css
<style>
span { border-color: #CDFBC0; }
span { border-color: rgb(205,251,192); }
td.TdClassName
{
border-color: #CDFBC0;
}
.TagClassName
{
border-color: #CDFBC0;
}
</style>