Shades of Tea Green #CAF6B4
Tints of Tea Green #CAF6B4
RGB
CMYK
RGB Variations
Color information
#CAF6B4 (or 0xCAF6B4) is known color: Tea Green. HEX triplet: CA, F6 and B4. RGB value is (202,246,180). Sum of RGB (Red+Green+Blue) = 202+246+180=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6B4 is #35094B. Grayscale: #E1E1E1. Windows color (decimal): -3475788 or 11859658. OLE color: 11859658.
HSL color Cylindrical-coordinate representation of color #CAF6B4: hue angle of 100º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF6B4 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 180 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.04 |
| HSL | 100º | 0.79% | 0.84% | - |
| HSV(B) | 100º | 0.27% | 0.96% | - |
| XYZ | 65.55 | 81.76 | 55.51 | - |
| YUV | 225.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 180 | 0.18 | 0 | 0.27 | 0.04 | 100 | 0.79 | 0.84 |
| Hex | CA | F6 | B4 | 12 | 0 | 1B | 4 | 64 | 4F | 54 |
| Octal | 312 | 366 | 264 | 22 | 0 | 33 | 4 | 144 | 117 | 124 |
| Binary | 11001010 | 11110110 | 10110100 | 10010 | 0 | 11011 | 100 | 1100100 | 1001111 | 1010100 |
Color Harmonies of #CAF6B4
Complementary color
Monochromatic Colors of #CAF6B4
Black with #CAF6B4
Text Example
Text Example
White with #CAF6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6B4; }
p { color: rgb(202,246,180); }
H1.HeaderClassName
{
color: #CAF6B4;
}
.AnyTagClassName
{
color: #CAF6B4;
}
</style>
background-color css
<style>
a { background-color: #CAF6B4; }
a { background-color: rgb(202,246,180); }
div.DivClassName
{
background-color: #CAF6B4;
}
.BgClassName
{
background-color: #CAF6B4;
}
</style>
border-color css
<style>
span { border-color: #CAF6B4; }
span { border-color: rgb(202,246,180); }
td.TdClassName
{
border-color: #CAF6B4;
}
.TagClassName
{
border-color: #CAF6B4;
}
</style>