Shades of Tea Green #CAFBBA
Tints of Tea Green #CAFBBA
RGB
CMYK
RGB Variations
Color information
#CAFBBA (or 0xCAFBBA) is known color: Tea Green. HEX triplet: CA, FB and BA. RGB value is (202,251,186). Sum of RGB (Red+Green+Blue) = 202+251+186=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBBA is #350445. Grayscale: #E5E5E5. Windows color (decimal): -3474502 or 12254154. OLE color: 12254154.
HSL color Cylindrical-coordinate representation of color #CAFBBA: hue angle of 105.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAFBBA is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 186 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.02 |
| HSL | 105.23º | 0.89% | 0.86% | - |
| HSV(B) | 105.23º | 0.26% | 0.98% | - |
| XYZ | 67.72 | 85.1 | 59.31 | - |
| YUV | 228.94 | 103.77 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 186 | 0.20 | 0 | 0.26 | 0.02 | 105.23 | 0.89 | 0.86 |
| Hex | CA | FB | BA | 14 | 0 | 1A | 2 | 69 | 59 | 56 |
| Octal | 312 | 373 | 272 | 24 | 0 | 32 | 2 | 151 | 131 | 126 |
| Binary | 11001010 | 11111011 | 10111010 | 10100 | 0 | 11010 | 10 | 1101001 | 1011001 | 1010110 |
Color Harmonies of #CAFBBA
Complementary color
Monochromatic Colors of #CAFBBA
Black with #CAFBBA
Text Example
Text Example
White with #CAFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBBA; }
p { color: rgb(202,251,186); }
H1.HeaderClassName
{
color: #CAFBBA;
}
.AnyTagClassName
{
color: #CAFBBA;
}
</style>
background-color css
<style>
a { background-color: #CAFBBA; }
a { background-color: rgb(202,251,186); }
div.DivClassName
{
background-color: #CAFBBA;
}
.BgClassName
{
background-color: #CAFBBA;
}
</style>
border-color css
<style>
span { border-color: #CAFBBA; }
span { border-color: rgb(202,251,186); }
td.TdClassName
{
border-color: #CAFBBA;
}
.TagClassName
{
border-color: #CAFBBA;
}
</style>