Shades of Tea Green #CAF3BB
Tints of Tea Green #CAF3BB
RGB
CMYK
RGB Variations
Color information
#CAF3BB (or 0xCAF3BB) is known color: Tea Green. HEX triplet: CA, F3 and BB. RGB value is (202,243,187). Sum of RGB (Red+Green+Blue) = 202+243+187=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3BB is #350C44. Grayscale: #E0E0E0. Windows color (decimal): -3476549 or 12317642. OLE color: 12317642.
HSL color Cylindrical-coordinate representation of color #CAF3BB: hue angle of 103.93º degrees, saturation: 0.7, 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 #CAF3BB is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 187 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.05 |
| HSL | 103.93º | 0.7% | 0.84% | - |
| HSV(B) | 103.93º | 0.23% | 0.95% | - |
| XYZ | 65.38 | 80.25 | 59.06 | - |
| YUV | 224.36 | 106.92 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 187 | 0.17 | 0 | 0.23 | 0.05 | 103.93 | 0.7 | 0.84 |
| Hex | CA | F3 | BB | 11 | 0 | 17 | 5 | 68 | 46 | 54 |
| Octal | 312 | 363 | 273 | 21 | 0 | 27 | 5 | 150 | 106 | 124 |
| Binary | 11001010 | 11110011 | 10111011 | 10001 | 0 | 10111 | 101 | 1101000 | 1000110 | 1010100 |
Color Harmonies of #CAF3BB
Complementary color
Monochromatic Colors of #CAF3BB
Black with #CAF3BB
Text Example
Text Example
White with #CAF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3BB; }
p { color: rgb(202,243,187); }
H1.HeaderClassName
{
color: #CAF3BB;
}
.AnyTagClassName
{
color: #CAF3BB;
}
</style>
background-color css
<style>
a { background-color: #CAF3BB; }
a { background-color: rgb(202,243,187); }
div.DivClassName
{
background-color: #CAF3BB;
}
.BgClassName
{
background-color: #CAF3BB;
}
</style>
border-color css
<style>
span { border-color: #CAF3BB; }
span { border-color: rgb(202,243,187); }
td.TdClassName
{
border-color: #CAF3BB;
}
.TagClassName
{
border-color: #CAF3BB;
}
</style>