Shades of Tea Green #CAFAB7
Tints of Tea Green #CAFAB7
RGB
CMYK
RGB Variations
Color information
#CAFAB7 (or 0xCAFAB7) is known color: Tea Green. HEX triplet: CA, FA and B7. RGB value is (202,250,183). Sum of RGB (Red+Green+Blue) = 202+250+183=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAB7 is #350548. Grayscale: #E4E4E4. Windows color (decimal): -3474761 or 12057290. OLE color: 12057290.
HSL color Cylindrical-coordinate representation of color #CAFAB7: hue angle of 102.99º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAFAB7 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 183 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.02 |
| HSL | 102.99º | 0.87% | 0.85% | - |
| HSV(B) | 102.99º | 0.27% | 0.98% | - |
| XYZ | 67.09 | 84.35 | 57.54 | - |
| YUV | 228.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 183 | 0.19 | 0 | 0.27 | 0.02 | 102.99 | 0.87 | 0.85 |
| Hex | CA | FA | B7 | 13 | 0 | 1B | 2 | 67 | 57 | 55 |
| Octal | 312 | 372 | 267 | 23 | 0 | 33 | 2 | 147 | 127 | 125 |
| Binary | 11001010 | 11111010 | 10110111 | 10011 | 0 | 11011 | 10 | 1100111 | 1010111 | 1010101 |
Color Harmonies of #CAFAB7
Complementary color
Monochromatic Colors of #CAFAB7
Black with #CAFAB7
Text Example
Text Example
White with #CAFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAB7; }
p { color: rgb(202,250,183); }
H1.HeaderClassName
{
color: #CAFAB7;
}
.AnyTagClassName
{
color: #CAFAB7;
}
</style>
background-color css
<style>
a { background-color: #CAFAB7; }
a { background-color: rgb(202,250,183); }
div.DivClassName
{
background-color: #CAFAB7;
}
.BgClassName
{
background-color: #CAFAB7;
}
</style>
border-color css
<style>
span { border-color: #CAFAB7; }
span { border-color: rgb(202,250,183); }
td.TdClassName
{
border-color: #CAFAB7;
}
.TagClassName
{
border-color: #CAFAB7;
}
</style>