Shades of Tea Green #CAF0BB
Tints of Tea Green #CAF0BB
RGB
CMYK
RGB Variations
Color information
#CAF0BB (or 0xCAF0BB) is known color: Tea Green. HEX triplet: CA, F0 and BB. RGB value is (202,240,187). Sum of RGB (Red+Green+Blue) = 202+240+187=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0BB is #350F44. Grayscale: #DEDEDE. Windows color (decimal): -3477317 or 12316874. OLE color: 12316874.
HSL color Cylindrical-coordinate representation of color #CAF0BB: hue angle of 103.02º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF0BB is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 187 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.06 |
| HSL | 103.02º | 0.64% | 0.84% | - |
| HSV(B) | 103.02º | 0.22% | 0.94% | - |
| XYZ | 64.49 | 78.46 | 58.76 | - |
| YUV | 222.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 187 | 0.16 | 0 | 0.22 | 0.06 | 103.02 | 0.64 | 0.84 |
| Hex | CA | F0 | BB | 10 | 0 | 16 | 6 | 67 | 40 | 54 |
| Octal | 312 | 360 | 273 | 20 | 0 | 26 | 6 | 147 | 100 | 124 |
| Binary | 11001010 | 11110000 | 10111011 | 10000 | 0 | 10110 | 110 | 1100111 | 1000000 | 1010100 |
Color Harmonies of #CAF0BB
Complementary color
Monochromatic Colors of #CAF0BB
Black with #CAF0BB
Text Example
Text Example
White with #CAF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0BB; }
p { color: rgb(202,240,187); }
H1.HeaderClassName
{
color: #CAF0BB;
}
.AnyTagClassName
{
color: #CAF0BB;
}
</style>
background-color css
<style>
a { background-color: #CAF0BB; }
a { background-color: rgb(202,240,187); }
div.DivClassName
{
background-color: #CAF0BB;
}
.BgClassName
{
background-color: #CAF0BB;
}
</style>
border-color css
<style>
span { border-color: #CAF0BB; }
span { border-color: rgb(202,240,187); }
td.TdClassName
{
border-color: #CAF0BB;
}
.TagClassName
{
border-color: #CAF0BB;
}
</style>