Shades of Tea Green #CAF1B7
Tints of Tea Green #CAF1B7
RGB
CMYK
RGB Variations
Color information
#CAF1B7 (or 0xCAF1B7) is known color: Tea Green. HEX triplet: CA, F1 and B7. RGB value is (202,241,183). Sum of RGB (Red+Green+Blue) = 202+241+183=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1B7 is #350E48. Grayscale: #DEDEDE. Windows color (decimal): -3477065 or 12054986. OLE color: 12054986.
HSL color Cylindrical-coordinate representation of color #CAF1B7: hue angle of 100.34º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF1B7 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 183 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.05 |
| HSL | 100.34º | 0.67% | 0.83% | - |
| HSV(B) | 100.34º | 0.24% | 0.95% | - |
| XYZ | 64.36 | 78.89 | 56.63 | - |
| YUV | 222.73 | 105.58 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 183 | 0.16 | 0 | 0.24 | 0.05 | 100.34 | 0.67 | 0.83 |
| Hex | CA | F1 | B7 | 10 | 0 | 18 | 5 | 64 | 43 | 53 |
| Octal | 312 | 361 | 267 | 20 | 0 | 30 | 5 | 144 | 103 | 123 |
| Binary | 11001010 | 11110001 | 10110111 | 10000 | 0 | 11000 | 101 | 1100100 | 1000011 | 1010011 |
Color Harmonies of #CAF1B7
Complementary color
Monochromatic Colors of #CAF1B7
Black with #CAF1B7
Text Example
Text Example
White with #CAF1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1B7; }
p { color: rgb(202,241,183); }
H1.HeaderClassName
{
color: #CAF1B7;
}
.AnyTagClassName
{
color: #CAF1B7;
}
</style>
background-color css
<style>
a { background-color: #CAF1B7; }
a { background-color: rgb(202,241,183); }
div.DivClassName
{
background-color: #CAF1B7;
}
.BgClassName
{
background-color: #CAF1B7;
}
</style>
border-color css
<style>
span { border-color: #CAF1B7; }
span { border-color: rgb(202,241,183); }
td.TdClassName
{
border-color: #CAF1B7;
}
.TagClassName
{
border-color: #CAF1B7;
}
</style>