Shades of Tea Green #CAFFB6
Tints of Tea Green #CAFFB6
RGB
CMYK
RGB Variations
Color information
#CAFFB6 (or 0xCAFFB6) is known color: Tea Green. HEX triplet: CA, FF and B6. RGB value is (202,255,182). Sum of RGB (Red+Green+Blue) = 202+255+182=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFB6 is #350049. Grayscale: #E7E7E7. Windows color (decimal): -3473482 or 11993034. OLE color: 11993034.
HSL color Cylindrical-coordinate representation of color #CAFFB6: hue angle of 103.56º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAFFB6 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 182 | - |
| CMYK | 0.21 | 0 | 0.29 | 0 |
| HSL | 103.56º | 1% | 0.86% | - |
| HSV(B) | 103.56º | 0.29% | 1% | - |
| XYZ | 68.56 | 87.45 | 57.52 | - |
| YUV | 230.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 182 | 0.21 | 0 | 0.29 | 0 | 103.56 | 1 | 0.86 |
| Hex | CA | FF | B6 | 15 | 0 | 1D | 0 | 68 | 64 | 56 |
| Octal | 312 | 377 | 266 | 25 | 0 | 35 | 0 | 150 | 144 | 126 |
| Binary | 11001010 | 11111111 | 10110110 | 10101 | 0 | 11101 | 0 | 1101000 | 1100100 | 1010110 |
Color Harmonies of #CAFFB6
Complementary color
Monochromatic Colors of #CAFFB6
Black with #CAFFB6
Text Example
Text Example
White with #CAFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFB6; }
p { color: rgb(202,255,182); }
H1.HeaderClassName
{
color: #CAFFB6;
}
.AnyTagClassName
{
color: #CAFFB6;
}
</style>
background-color css
<style>
a { background-color: #CAFFB6; }
a { background-color: rgb(202,255,182); }
div.DivClassName
{
background-color: #CAFFB6;
}
.BgClassName
{
background-color: #CAFFB6;
}
</style>
border-color css
<style>
span { border-color: #CAFFB6; }
span { border-color: rgb(202,255,182); }
td.TdClassName
{
border-color: #CAFFB6;
}
.TagClassName
{
border-color: #CAFFB6;
}
</style>