Shades of Tea Green #CAF8B6
Tints of Tea Green #CAF8B6
RGB
CMYK
RGB Variations
Color information
#CAF8B6 (or 0xCAF8B6) is known color: Tea Green. HEX triplet: CA, F8 and B6. RGB value is (202,248,182). Sum of RGB (Red+Green+Blue) = 202+248+182=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8B6 is #350749. Grayscale: #E2E2E2. Windows color (decimal): -3475274 or 11991242. OLE color: 11991242.
HSL color Cylindrical-coordinate representation of color #CAF8B6: hue angle of 101.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF8B6 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 182 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.03 |
| HSL | 101.82º | 0.83% | 0.84% | - |
| HSV(B) | 101.82º | 0.27% | 0.97% | - |
| XYZ | 66.37 | 83.07 | 56.79 | - |
| YUV | 226.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 182 | 0.19 | 0 | 0.27 | 0.03 | 101.82 | 0.83 | 0.84 |
| Hex | CA | F8 | B6 | 13 | 0 | 1B | 3 | 66 | 52 | 54 |
| Octal | 312 | 370 | 266 | 23 | 0 | 33 | 3 | 146 | 122 | 124 |
| Binary | 11001010 | 11111000 | 10110110 | 10011 | 0 | 11011 | 11 | 1100110 | 1010010 | 1010100 |
Color Harmonies of #CAF8B6
Complementary color
Monochromatic Colors of #CAF8B6
Black with #CAF8B6
Text Example
Text Example
White with #CAF8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8B6; }
p { color: rgb(202,248,182); }
H1.HeaderClassName
{
color: #CAF8B6;
}
.AnyTagClassName
{
color: #CAF8B6;
}
</style>
background-color css
<style>
a { background-color: #CAF8B6; }
a { background-color: rgb(202,248,182); }
div.DivClassName
{
background-color: #CAF8B6;
}
.BgClassName
{
background-color: #CAF8B6;
}
</style>
border-color css
<style>
span { border-color: #CAF8B6; }
span { border-color: rgb(202,248,182); }
td.TdClassName
{
border-color: #CAF8B6;
}
.TagClassName
{
border-color: #CAF8B6;
}
</style>