Shades of Tea Green #CAFFB2
Tints of Tea Green #CAFFB2
RGB
CMYK
RGB Variations
Color information
#CAFFB2 (or 0xCAFFB2) is known color: Tea Green. HEX triplet: CA, FF and B2. RGB value is (202,255,178). Sum of RGB (Red+Green+Blue) = 202+255+178=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFB2 is #35004D. Grayscale: #E6E6E6. Windows color (decimal): -3473486 or 11730890. OLE color: 11730890.
HSL color Cylindrical-coordinate representation of color #CAFFB2: hue angle of 101.3º 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 #CAFFB2 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 178 | - |
| CMYK | 0.21 | 0 | 0.30 | 0 |
| HSL | 101.3º | 1% | 0.85% | - |
| HSV(B) | 101.3º | 0.3% | 1% | - |
| XYZ | 68.15 | 87.29 | 55.38 | - |
| YUV | 230.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 178 | 0.21 | 0 | 0.30 | 0 | 101.3 | 1 | 0.85 |
| Hex | CA | FF | B2 | 15 | 0 | 1E | 0 | 65 | 64 | 55 |
| Octal | 312 | 377 | 262 | 25 | 0 | 36 | 0 | 145 | 144 | 125 |
| Binary | 11001010 | 11111111 | 10110010 | 10101 | 0 | 11110 | 0 | 1100101 | 1100100 | 1010101 |
Color Harmonies of #CAFFB2
Complementary color
Monochromatic Colors of #CAFFB2
Black with #CAFFB2
Text Example
Text Example
White with #CAFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFB2; }
p { color: rgb(202,255,178); }
H1.HeaderClassName
{
color: #CAFFB2;
}
.AnyTagClassName
{
color: #CAFFB2;
}
</style>
background-color css
<style>
a { background-color: #CAFFB2; }
a { background-color: rgb(202,255,178); }
div.DivClassName
{
background-color: #CAFFB2;
}
.BgClassName
{
background-color: #CAFFB2;
}
</style>
border-color css
<style>
span { border-color: #CAFFB2; }
span { border-color: rgb(202,255,178); }
td.TdClassName
{
border-color: #CAFFB2;
}
.TagClassName
{
border-color: #CAFFB2;
}
</style>