Shades of Tea Green #CAFDB9
Tints of Tea Green #CAFDB9
RGB
CMYK
RGB Variations
Color information
#CAFDB9 (or 0xCAFDB9) is known color: Tea Green. HEX triplet: CA, FD and B9. RGB value is (202,253,185). Sum of RGB (Red+Green+Blue) = 202+253+185=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 185 (72.66% from 255 or 28.91% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDB9 is #350246. Grayscale: #E6E6E6. Windows color (decimal): -3473991 or 12189130. OLE color: 12189130.
HSL color Cylindrical-coordinate representation of color #CAFDB9: hue angle of 105º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAFDB9 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 185 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.01 |
| HSL | 105º | 0.94% | 0.86% | - |
| HSV(B) | 105º | 0.27% | 0.99% | - |
| XYZ | 68.24 | 86.31 | 58.96 | - |
| YUV | 230 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 185 | 0.20 | 0 | 0.27 | 0.01 | 105 | 0.94 | 0.86 |
| Hex | CA | FD | B9 | 14 | 0 | 1B | 1 | 69 | 5E | 56 |
| Octal | 312 | 375 | 271 | 24 | 0 | 33 | 1 | 151 | 136 | 126 |
| Binary | 11001010 | 11111101 | 10111001 | 10100 | 0 | 11011 | 1 | 1101001 | 1011110 | 1010110 |
Color Harmonies of #CAFDB9
Complementary color
Monochromatic Colors of #CAFDB9
Black with #CAFDB9
Text Example
Text Example
White with #CAFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDB9; }
p { color: rgb(202,253,185); }
H1.HeaderClassName
{
color: #CAFDB9;
}
.AnyTagClassName
{
color: #CAFDB9;
}
</style>
background-color css
<style>
a { background-color: #CAFDB9; }
a { background-color: rgb(202,253,185); }
div.DivClassName
{
background-color: #CAFDB9;
}
.BgClassName
{
background-color: #CAFDB9;
}
</style>
border-color css
<style>
span { border-color: #CAFDB9; }
span { border-color: rgb(202,253,185); }
td.TdClassName
{
border-color: #CAFDB9;
}
.TagClassName
{
border-color: #CAFDB9;
}
</style>