Shades of Tea Green #CAFFBB
Tints of Tea Green #CAFFBB
RGB
CMYK
RGB Variations
Color information
#CAFFBB (or 0xCAFFBB) is known color: Tea Green. HEX triplet: CA, FF and BB. RGB value is (202,255,187). Sum of RGB (Red+Green+Blue) = 202+255+187=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFBB is #350044. Grayscale: #E7E7E7. Windows color (decimal): -3473477 or 12320714. OLE color: 12320714.
HSL color Cylindrical-coordinate representation of color #CAFFBB: hue angle of 106.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAFFBB is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 187 | - |
| CMYK | 0.21 | 0 | 0.27 | 0 |
| HSL | 106.76º | 1% | 0.87% | - |
| HSV(B) | 106.76º | 0.27% | 1% | - |
| XYZ | 69.09 | 87.66 | 60.29 | - |
| YUV | 231.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 187 | 0.21 | 0 | 0.27 | 0 | 106.76 | 1 | 0.87 |
| Hex | CA | FF | BB | 15 | 0 | 1B | 0 | 6B | 64 | 57 |
| Octal | 312 | 377 | 273 | 25 | 0 | 33 | 0 | 153 | 144 | 127 |
| Binary | 11001010 | 11111111 | 10111011 | 10101 | 0 | 11011 | 0 | 1101011 | 1100100 | 1010111 |
Color Harmonies of #CAFFBB
Complementary color
Monochromatic Colors of #CAFFBB
Black with #CAFFBB
Text Example
Text Example
White with #CAFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFBB; }
p { color: rgb(202,255,187); }
H1.HeaderClassName
{
color: #CAFFBB;
}
.AnyTagClassName
{
color: #CAFFBB;
}
</style>
background-color css
<style>
a { background-color: #CAFFBB; }
a { background-color: rgb(202,255,187); }
div.DivClassName
{
background-color: #CAFFBB;
}
.BgClassName
{
background-color: #CAFFBB;
}
</style>
border-color css
<style>
span { border-color: #CAFFBB; }
span { border-color: rgb(202,255,187); }
td.TdClassName
{
border-color: #CAFFBB;
}
.TagClassName
{
border-color: #CAFFBB;
}
</style>