Shades of Tea Green #CAF2BB
Tints of Tea Green #CAF2BB
RGB
CMYK
RGB Variations
Color information
#CAF2BB (or 0xCAF2BB) is known color: Tea Green. HEX triplet: CA, F2 and BB. RGB value is (202,242,187). Sum of RGB (Red+Green+Blue) = 202+242+187=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2BB is #350D44. Grayscale: #DFDFDF. Windows color (decimal): -3476805 or 12317386. OLE color: 12317386.
HSL color Cylindrical-coordinate representation of color #CAF2BB: hue angle of 103.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAF2BB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 187 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.05 |
| HSL | 103.64º | 0.68% | 0.84% | - |
| HSV(B) | 103.64º | 0.23% | 0.95% | - |
| XYZ | 65.08 | 79.65 | 58.96 | - |
| YUV | 223.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 187 | 0.17 | 0 | 0.23 | 0.05 | 103.64 | 0.68 | 0.84 |
| Hex | CA | F2 | BB | 11 | 0 | 17 | 5 | 68 | 44 | 54 |
| Octal | 312 | 362 | 273 | 21 | 0 | 27 | 5 | 150 | 104 | 124 |
| Binary | 11001010 | 11110010 | 10111011 | 10001 | 0 | 10111 | 101 | 1101000 | 1000100 | 1010100 |
Color Harmonies of #CAF2BB
Complementary color
Monochromatic Colors of #CAF2BB
Black with #CAF2BB
Text Example
Text Example
White with #CAF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2BB; }
p { color: rgb(202,242,187); }
H1.HeaderClassName
{
color: #CAF2BB;
}
.AnyTagClassName
{
color: #CAF2BB;
}
</style>
background-color css
<style>
a { background-color: #CAF2BB; }
a { background-color: rgb(202,242,187); }
div.DivClassName
{
background-color: #CAF2BB;
}
.BgClassName
{
background-color: #CAF2BB;
}
</style>
border-color css
<style>
span { border-color: #CAF2BB; }
span { border-color: rgb(202,242,187); }
td.TdClassName
{
border-color: #CAF2BB;
}
.TagClassName
{
border-color: #CAF2BB;
}
</style>