Shades of Tea Green #CAFAB2
Tints of Tea Green #CAFAB2
RGB
CMYK
RGB Variations
Color information
#CAFAB2 (or 0xCAFAB2) is known color: Tea Green. HEX triplet: CA, FA and B2. RGB value is (202,250,178). Sum of RGB (Red+Green+Blue) = 202+250+178=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAB2 is #35054D. Grayscale: #E3E3E3. Windows color (decimal): -3474766 or 11729610. OLE color: 11729610.
HSL color Cylindrical-coordinate representation of color #CAFAB2: hue angle of 100º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAFAB2 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 178 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.02 |
| HSL | 100º | 0.88% | 0.84% | - |
| HSV(B) | 100º | 0.29% | 0.98% | - |
| XYZ | 66.58 | 84.14 | 54.85 | - |
| YUV | 227.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 178 | 0.19 | 0 | 0.29 | 0.02 | 100 | 0.88 | 0.84 |
| Hex | CA | FA | B2 | 13 | 0 | 1D | 2 | 64 | 58 | 54 |
| Octal | 312 | 372 | 262 | 23 | 0 | 35 | 2 | 144 | 130 | 124 |
| Binary | 11001010 | 11111010 | 10110010 | 10011 | 0 | 11101 | 10 | 1100100 | 1011000 | 1010100 |
Color Harmonies of #CAFAB2
Complementary color
Monochromatic Colors of #CAFAB2
Black with #CAFAB2
Text Example
Text Example
White with #CAFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAB2; }
p { color: rgb(202,250,178); }
H1.HeaderClassName
{
color: #CAFAB2;
}
.AnyTagClassName
{
color: #CAFAB2;
}
</style>
background-color css
<style>
a { background-color: #CAFAB2; }
a { background-color: rgb(202,250,178); }
div.DivClassName
{
background-color: #CAFAB2;
}
.BgClassName
{
background-color: #CAFAB2;
}
</style>
border-color css
<style>
span { border-color: #CAFAB2; }
span { border-color: rgb(202,250,178); }
td.TdClassName
{
border-color: #CAFAB2;
}
.TagClassName
{
border-color: #CAFAB2;
}
</style>