Shades of Tea Green #CAFFB3
Tints of Tea Green #CAFFB3
RGB
CMYK
RGB Variations
Color information
#CAFFB3 (or 0xCAFFB3) is known color: Tea Green. HEX triplet: CA, FF and B3. RGB value is (202,255,179). Sum of RGB (Red+Green+Blue) = 202+255+179=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB3 is #35004C. Grayscale: #E6E6E6. Windows color (decimal): -3473485 or 11796426. OLE color: 11796426.
HSL color Cylindrical-coordinate representation of color #CAFFB3: hue angle of 101.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFFB3 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 179 | - |
| CMYK | 0.21 | 0 | 0.30 | 0 |
| HSL | 101.84º | 1% | 0.85% | - |
| HSV(B) | 101.84º | 0.3% | 1% | - |
| XYZ | 68.25 | 87.33 | 55.91 | - |
| YUV | 230.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 179 | 0.21 | 0 | 0.30 | 0 | 101.84 | 1 | 0.85 |
| Hex | CA | FF | B3 | 15 | 0 | 1E | 0 | 66 | 64 | 55 |
| Octal | 312 | 377 | 263 | 25 | 0 | 36 | 0 | 146 | 144 | 125 |
| Binary | 11001010 | 11111111 | 10110011 | 10101 | 0 | 11110 | 0 | 1100110 | 1100100 | 1010101 |
Color Harmonies of #CAFFB3
Complementary color
Monochromatic Colors of #CAFFB3
Black with #CAFFB3
Text Example
Text Example
White with #CAFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFB3; }
p { color: rgb(202,255,179); }
H1.HeaderClassName
{
color: #CAFFB3;
}
.AnyTagClassName
{
color: #CAFFB3;
}
</style>
background-color css
<style>
a { background-color: #CAFFB3; }
a { background-color: rgb(202,255,179); }
div.DivClassName
{
background-color: #CAFFB3;
}
.BgClassName
{
background-color: #CAFFB3;
}
</style>
border-color css
<style>
span { border-color: #CAFFB3; }
span { border-color: rgb(202,255,179); }
td.TdClassName
{
border-color: #CAFFB3;
}
.TagClassName
{
border-color: #CAFFB3;
}
</style>