Shades of Tea Green #CAF6BB
Tints of Tea Green #CAF6BB
RGB
CMYK
RGB Variations
Color information
#CAF6BB (or 0xCAF6BB) is known color: Tea Green. HEX triplet: CA, F6 and BB. RGB value is (202,246,187). Sum of RGB (Red+Green+Blue) = 202+246+187=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6BB is #350944. Grayscale: #E2E2E2. Windows color (decimal): -3475781 or 12318410. OLE color: 12318410.
HSL color Cylindrical-coordinate representation of color #CAF6BB: hue angle of 104.75º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF6BB is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 187 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.04 |
| HSL | 104.75º | 0.77% | 0.85% | - |
| HSV(B) | 104.75º | 0.24% | 0.96% | - |
| XYZ | 66.28 | 82.06 | 59.36 | - |
| YUV | 226.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 187 | 0.18 | 0 | 0.24 | 0.04 | 104.75 | 0.77 | 0.85 |
| Hex | CA | F6 | BB | 12 | 0 | 18 | 4 | 69 | 4D | 55 |
| Octal | 312 | 366 | 273 | 22 | 0 | 30 | 4 | 151 | 115 | 125 |
| Binary | 11001010 | 11110110 | 10111011 | 10010 | 0 | 11000 | 100 | 1101001 | 1001101 | 1010101 |
Color Harmonies of #CAF6BB
Complementary color
Monochromatic Colors of #CAF6BB
Black with #CAF6BB
Text Example
Text Example
White with #CAF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6BB; }
p { color: rgb(202,246,187); }
H1.HeaderClassName
{
color: #CAF6BB;
}
.AnyTagClassName
{
color: #CAF6BB;
}
</style>
background-color css
<style>
a { background-color: #CAF6BB; }
a { background-color: rgb(202,246,187); }
div.DivClassName
{
background-color: #CAF6BB;
}
.BgClassName
{
background-color: #CAF6BB;
}
</style>
border-color css
<style>
span { border-color: #CAF6BB; }
span { border-color: rgb(202,246,187); }
td.TdClassName
{
border-color: #CAF6BB;
}
.TagClassName
{
border-color: #CAF6BB;
}
</style>