Shades of Tea Green #CAF1BC
Tints of Tea Green #CAF1BC
RGB
CMYK
RGB Variations
Color information
#CAF1BC (or 0xCAF1BC) is known color: Tea Green. HEX triplet: CA, F1 and BC. RGB value is (202,241,188). Sum of RGB (Red+Green+Blue) = 202+241+188=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1BC is #350E43. Grayscale: #DFDFDF. Windows color (decimal): -3477060 or 12382666. OLE color: 12382666.
HSL color Cylindrical-coordinate representation of color #CAF1BC: hue angle of 104.15º degrees, saturation: 0.65, 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 #CAF1BC is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 188 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 104.15º | 0.65% | 0.84% | - |
| HSV(B) | 104.15º | 0.22% | 0.95% | - |
| XYZ | 64.89 | 79.1 | 59.42 | - |
| YUV | 223.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 188 | 0.16 | 0 | 0.22 | 0.05 | 104.15 | 0.65 | 0.84 |
| Hex | CA | F1 | BC | 10 | 0 | 16 | 5 | 68 | 41 | 54 |
| Octal | 312 | 361 | 274 | 20 | 0 | 26 | 5 | 150 | 101 | 124 |
| Binary | 11001010 | 11110001 | 10111100 | 10000 | 0 | 10110 | 101 | 1101000 | 1000001 | 1010100 |
Color Harmonies of #CAF1BC
Complementary color
Monochromatic Colors of #CAF1BC
Black with #CAF1BC
Text Example
Text Example
White with #CAF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1BC; }
p { color: rgb(202,241,188); }
H1.HeaderClassName
{
color: #CAF1BC;
}
.AnyTagClassName
{
color: #CAF1BC;
}
</style>
background-color css
<style>
a { background-color: #CAF1BC; }
a { background-color: rgb(202,241,188); }
div.DivClassName
{
background-color: #CAF1BC;
}
.BgClassName
{
background-color: #CAF1BC;
}
</style>
border-color css
<style>
span { border-color: #CAF1BC; }
span { border-color: rgb(202,241,188); }
td.TdClassName
{
border-color: #CAF1BC;
}
.TagClassName
{
border-color: #CAF1BC;
}
</style>