Shades of Tea Green #CAF9B4
Tints of Tea Green #CAF9B4
RGB
CMYK
RGB Variations
Color information
#CAF9B4 (or 0xCAF9B4) is known color: Tea Green. HEX triplet: CA, F9 and B4. RGB value is (202,249,180). Sum of RGB (Red+Green+Blue) = 202+249+180=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 180 (70.70% from 255 or 28.53% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9B4 is #35064B. Grayscale: #E3E3E3. Windows color (decimal): -3475020 or 11860426. OLE color: 11860426.
HSL color Cylindrical-coordinate representation of color #CAF9B4: hue angle of 100.87º degrees, saturation: 0.85, 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 #CAF9B4 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 180 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.02 |
| HSL | 100.87º | 0.85% | 0.84% | - |
| HSV(B) | 100.87º | 0.28% | 0.98% | - |
| XYZ | 66.47 | 83.6 | 55.81 | - |
| YUV | 227.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 180 | 0.19 | 0 | 0.28 | 0.02 | 100.87 | 0.85 | 0.84 |
| Hex | CA | F9 | B4 | 13 | 0 | 1C | 2 | 65 | 55 | 54 |
| Octal | 312 | 371 | 264 | 23 | 0 | 34 | 2 | 145 | 125 | 124 |
| Binary | 11001010 | 11111001 | 10110100 | 10011 | 0 | 11100 | 10 | 1100101 | 1010101 | 1010100 |
Color Harmonies of #CAF9B4
Complementary color
Monochromatic Colors of #CAF9B4
Black with #CAF9B4
Text Example
Text Example
White with #CAF9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9B4; }
p { color: rgb(202,249,180); }
H1.HeaderClassName
{
color: #CAF9B4;
}
.AnyTagClassName
{
color: #CAF9B4;
}
</style>
background-color css
<style>
a { background-color: #CAF9B4; }
a { background-color: rgb(202,249,180); }
div.DivClassName
{
background-color: #CAF9B4;
}
.BgClassName
{
background-color: #CAF9B4;
}
</style>
border-color css
<style>
span { border-color: #CAF9B4; }
span { border-color: rgb(202,249,180); }
td.TdClassName
{
border-color: #CAF9B4;
}
.TagClassName
{
border-color: #CAF9B4;
}
</style>