Shades of Tea Green #CAF8B2
Tints of Tea Green #CAF8B2
RGB
CMYK
RGB Variations
Color information
#CAF8B2 (or 0xCAF8B2) is known color: Tea Green. HEX triplet: CA, F8 and B2. RGB value is (202,248,178). Sum of RGB (Red+Green+Blue) = 202+248+178=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF8B2 is #35074D. Grayscale: #E2E2E2. Windows color (decimal): -3475278 or 11729098. OLE color: 11729098.
HSL color Cylindrical-coordinate representation of color #CAF8B2: hue angle of 99.43º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAF8B2 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 178 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.03 |
| HSL | 99.43º | 0.83% | 0.84% | - |
| HSV(B) | 99.43º | 0.28% | 0.97% | - |
| XYZ | 65.96 | 82.91 | 54.65 | - |
| YUV | 226.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 178 | 0.19 | 0 | 0.28 | 0.03 | 99.43 | 0.83 | 0.84 |
| Hex | CA | F8 | B2 | 13 | 0 | 1C | 3 | 63 | 53 | 54 |
| Octal | 312 | 370 | 262 | 23 | 0 | 34 | 3 | 143 | 123 | 124 |
| Binary | 11001010 | 11111000 | 10110010 | 10011 | 0 | 11100 | 11 | 1100011 | 1010011 | 1010100 |
Color Harmonies of #CAF8B2
Complementary color
Monochromatic Colors of #CAF8B2
Black with #CAF8B2
Text Example
Text Example
White with #CAF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8B2; }
p { color: rgb(202,248,178); }
H1.HeaderClassName
{
color: #CAF8B2;
}
.AnyTagClassName
{
color: #CAF8B2;
}
</style>
background-color css
<style>
a { background-color: #CAF8B2; }
a { background-color: rgb(202,248,178); }
div.DivClassName
{
background-color: #CAF8B2;
}
.BgClassName
{
background-color: #CAF8B2;
}
</style>
border-color css
<style>
span { border-color: #CAF8B2; }
span { border-color: rgb(202,248,178); }
td.TdClassName
{
border-color: #CAF8B2;
}
.TagClassName
{
border-color: #CAF8B2;
}
</style>