Shades of Tea Green #CDFAB6
Tints of Tea Green #CDFAB6
RGB
CMYK
RGB Variations
Color information
#CDFAB6 (or 0xCDFAB6) is known color: Tea Green. HEX triplet: CD, FA and B6. RGB value is (205,250,182). Sum of RGB (Red+Green+Blue) = 205+250+182=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAB6 is #320549. Grayscale: #E5E5E5. Windows color (decimal): -3278154 or 11991757. OLE color: 11991757.
HSL color Cylindrical-coordinate representation of color #CDFAB6: hue angle of 99.71º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDFAB6 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 250 | 182 | - |
CMYK | 0.18 | 0 | 0.27 | 0.02 |
HSL | 99.71º | 0.87% | 0.85% | - |
HSV(B) | 99.71º | 0.27% | 0.98% | - |
XYZ | 67.81 | 84.73 | 57.04 | - |
YUV | 228.79 | 101.59 | 111.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 250 | 182 | 0.18 | 0 | 0.27 | 0.02 | 99.71 | 0.87 | 0.85 |
Hex | CD | FA | B6 | 12 | 0 | 1B | 2 | 64 | 57 | 55 |
Octal | 315 | 372 | 266 | 22 | 0 | 33 | 2 | 144 | 127 | 125 |
Binary | 11001101 | 11111010 | 10110110 | 10010 | 0 | 11011 | 10 | 1100100 | 1010111 | 1010101 |
Color Harmonies of #CDFAB6
Complementary color
Monochromatic Colors of #CDFAB6
Black with #CDFAB6
Text Example
Text Example
White with #CDFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAB6; }
p { color: rgb(205,250,182); }
H1.HeaderClassName
{
color: #CDFAB6;
}
.AnyTagClassName
{
color: #CDFAB6;
}
</style>
background-color css
<style>
a { background-color: #CDFAB6; }
a { background-color: rgb(205,250,182); }
div.DivClassName
{
background-color: #CDFAB6;
}
.BgClassName
{
background-color: #CDFAB6;
}
</style>
border-color css
<style>
span { border-color: #CDFAB6; }
span { border-color: rgb(205,250,182); }
td.TdClassName
{
border-color: #CDFAB6;
}
.TagClassName
{
border-color: #CDFAB6;
}
</style>