Shades of Tea Green #CAFAB4
Tints of Tea Green #CAFAB4
RGB
CMYK
RGB Variations
Color information
#CAFAB4 (or 0xCAFAB4) is known color: Tea Green. HEX triplet: CA, FA and B4. RGB value is (202,250,180). Sum of RGB (Red+Green+Blue) = 202+250+180=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAB4 is #35054B. Grayscale: #E3E3E3. Windows color (decimal): -3474764 or 11860682. OLE color: 11860682.
HSL color Cylindrical-coordinate representation of color #CAFAB4: hue angle of 101.14º 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 #CAFAB4 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 180 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.02 |
| HSL | 101.14º | 0.88% | 0.84% | - |
| HSV(B) | 101.14º | 0.28% | 0.98% | - |
| XYZ | 66.78 | 84.22 | 55.92 | - |
| YUV | 227.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 180 | 0.19 | 0 | 0.28 | 0.02 | 101.14 | 0.88 | 0.84 |
| Hex | CA | FA | B4 | 13 | 0 | 1C | 2 | 65 | 58 | 54 |
| Octal | 312 | 372 | 264 | 23 | 0 | 34 | 2 | 145 | 130 | 124 |
| Binary | 11001010 | 11111010 | 10110100 | 10011 | 0 | 11100 | 10 | 1100101 | 1011000 | 1010100 |
Color Harmonies of #CAFAB4
Complementary color
Monochromatic Colors of #CAFAB4
Black with #CAFAB4
Text Example
Text Example
White with #CAFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAB4; }
p { color: rgb(202,250,180); }
H1.HeaderClassName
{
color: #CAFAB4;
}
.AnyTagClassName
{
color: #CAFAB4;
}
</style>
background-color css
<style>
a { background-color: #CAFAB4; }
a { background-color: rgb(202,250,180); }
div.DivClassName
{
background-color: #CAFAB4;
}
.BgClassName
{
background-color: #CAFAB4;
}
</style>
border-color css
<style>
span { border-color: #CAFAB4; }
span { border-color: rgb(202,250,180); }
td.TdClassName
{
border-color: #CAFAB4;
}
.TagClassName
{
border-color: #CAFAB4;
}
</style>