Shades of Tea Green #CDFAB3
Tints of Tea Green #CDFAB3
RGB
CMYK
RGB Variations
Color information
#CDFAB3 (or 0xCDFAB3) is known color: Tea Green. HEX triplet: CD, FA and B3. RGB value is (205,250,179). Sum of RGB (Red+Green+Blue) = 205+250+179=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAB3 is #32054C. Grayscale: #E4E4E4. Windows color (decimal): -3278157 or 11795149. OLE color: 11795149.
HSL color Cylindrical-coordinate representation of color #CDFAB3: hue angle of 98.03º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDFAB3 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 179 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.02 |
| HSL | 98.03º | 0.88% | 0.84% | - |
| HSV(B) | 98.03º | 0.28% | 0.98% | - |
| XYZ | 67.5 | 84.61 | 55.42 | - |
| YUV | 228.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 179 | 0.18 | 0 | 0.28 | 0.02 | 98.03 | 0.88 | 0.84 |
| Hex | CD | FA | B3 | 12 | 0 | 1C | 2 | 62 | 58 | 54 |
| Octal | 315 | 372 | 263 | 22 | 0 | 34 | 2 | 142 | 130 | 124 |
| Binary | 11001101 | 11111010 | 10110011 | 10010 | 0 | 11100 | 10 | 1100010 | 1011000 | 1010100 |
Color Harmonies of #CDFAB3
Complementary color
Monochromatic Colors of #CDFAB3
Black with #CDFAB3
Text Example
Text Example
White with #CDFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAB3; }
p { color: rgb(205,250,179); }
H1.HeaderClassName
{
color: #CDFAB3;
}
.AnyTagClassName
{
color: #CDFAB3;
}
</style>
background-color css
<style>
a { background-color: #CDFAB3; }
a { background-color: rgb(205,250,179); }
div.DivClassName
{
background-color: #CDFAB3;
}
.BgClassName
{
background-color: #CDFAB3;
}
</style>
border-color css
<style>
span { border-color: #CDFAB3; }
span { border-color: rgb(205,250,179); }
td.TdClassName
{
border-color: #CDFAB3;
}
.TagClassName
{
border-color: #CDFAB3;
}
</style>