Shades of Tea Green #CAF1BB
Tints of Tea Green #CAF1BB
RGB
CMYK
RGB Variations
Color information
#CAF1BB (or 0xCAF1BB) is known color: Tea Green. HEX triplet: CA, F1 and BB. RGB value is (202,241,187). Sum of RGB (Red+Green+Blue) = 202+241+187=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1BB is #350E44. Grayscale: #DFDFDF. Windows color (decimal): -3477061 or 12317130. OLE color: 12317130.
HSL color Cylindrical-coordinate representation of color #CAF1BB: hue angle of 103.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF1BB is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 187 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 103.33º | 0.66% | 0.84% | - |
| HSV(B) | 103.33º | 0.22% | 0.95% | - |
| XYZ | 64.78 | 79.06 | 58.86 | - |
| YUV | 223.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 187 | 0.16 | 0 | 0.22 | 0.05 | 103.33 | 0.66 | 0.84 |
| Hex | CA | F1 | BB | 10 | 0 | 16 | 5 | 67 | 42 | 54 |
| Octal | 312 | 361 | 273 | 20 | 0 | 26 | 5 | 147 | 102 | 124 |
| Binary | 11001010 | 11110001 | 10111011 | 10000 | 0 | 10110 | 101 | 1100111 | 1000010 | 1010100 |
Color Harmonies of #CAF1BB
Complementary color
Monochromatic Colors of #CAF1BB
Black with #CAF1BB
Text Example
Text Example
White with #CAF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1BB; }
p { color: rgb(202,241,187); }
H1.HeaderClassName
{
color: #CAF1BB;
}
.AnyTagClassName
{
color: #CAF1BB;
}
</style>
background-color css
<style>
a { background-color: #CAF1BB; }
a { background-color: rgb(202,241,187); }
div.DivClassName
{
background-color: #CAF1BB;
}
.BgClassName
{
background-color: #CAF1BB;
}
</style>
border-color css
<style>
span { border-color: #CAF1BB; }
span { border-color: rgb(202,241,187); }
td.TdClassName
{
border-color: #CAF1BB;
}
.TagClassName
{
border-color: #CAF1BB;
}
</style>