Shades of Tea Green #CAFFBA
Tints of Tea Green #CAFFBA
RGB
CMYK
RGB Variations
Color information
#CAFFBA (or 0xCAFFBA) is known color: Tea Green. HEX triplet: CA, FF and BA. RGB value is (202,255,186). Sum of RGB (Red+Green+Blue) = 202+255+186=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFBA is #350045. Grayscale: #E7E7E7. Windows color (decimal): -3473478 or 12255178. OLE color: 12255178.
HSL color Cylindrical-coordinate representation of color #CAFFBA: hue angle of 106.09º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAFFBA is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 186 | - |
| CMYK | 0.21 | 0 | 0.27 | 0 |
| HSL | 106.09º | 1% | 0.86% | - |
| HSV(B) | 106.09º | 0.27% | 1% | - |
| XYZ | 68.98 | 87.62 | 59.73 | - |
| YUV | 231.29 | 102.44 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 186 | 0.21 | 0 | 0.27 | 0 | 106.09 | 1 | 0.86 |
| Hex | CA | FF | BA | 15 | 0 | 1B | 0 | 6A | 64 | 56 |
| Octal | 312 | 377 | 272 | 25 | 0 | 33 | 0 | 152 | 144 | 126 |
| Binary | 11001010 | 11111111 | 10111010 | 10101 | 0 | 11011 | 0 | 1101010 | 1100100 | 1010110 |
Color Harmonies of #CAFFBA
Complementary color
Monochromatic Colors of #CAFFBA
Black with #CAFFBA
Text Example
Text Example
White with #CAFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFBA; }
p { color: rgb(202,255,186); }
H1.HeaderClassName
{
color: #CAFFBA;
}
.AnyTagClassName
{
color: #CAFFBA;
}
</style>
background-color css
<style>
a { background-color: #CAFFBA; }
a { background-color: rgb(202,255,186); }
div.DivClassName
{
background-color: #CAFFBA;
}
.BgClassName
{
background-color: #CAFFBA;
}
</style>
border-color css
<style>
span { border-color: #CAFFBA; }
span { border-color: rgb(202,255,186); }
td.TdClassName
{
border-color: #CAFFBA;
}
.TagClassName
{
border-color: #CAFFBA;
}
</style>