Shades of Tea Green #CAF8BD
Tints of Tea Green #CAF8BD
RGB
CMYK
RGB Variations
Color information
#CAF8BD (or 0xCAF8BD) is known color: Tea Green. HEX triplet: CA, F8 and BD. RGB value is (202,248,189). Sum of RGB (Red+Green+Blue) = 202+248+189=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8BD is #350742. Grayscale: #E3E3E3. Windows color (decimal): -3475267 or 12449994. OLE color: 12449994.
HSL color Cylindrical-coordinate representation of color #CAF8BD: hue angle of 106.78º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAF8BD is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 189 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.03 |
| HSL | 106.78º | 0.81% | 0.86% | - |
| HSV(B) | 106.78º | 0.24% | 0.97% | - |
| XYZ | 67.11 | 83.37 | 60.7 | - |
| YUV | 227.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 189 | 0.19 | 0 | 0.24 | 0.03 | 106.78 | 0.81 | 0.86 |
| Hex | CA | F8 | BD | 13 | 0 | 18 | 3 | 6B | 51 | 56 |
| Octal | 312 | 370 | 275 | 23 | 0 | 30 | 3 | 153 | 121 | 126 |
| Binary | 11001010 | 11111000 | 10111101 | 10011 | 0 | 11000 | 11 | 1101011 | 1010001 | 1010110 |
Color Harmonies of #CAF8BD
Complementary color
Monochromatic Colors of #CAF8BD
Black with #CAF8BD
Text Example
Text Example
White with #CAF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8BD; }
p { color: rgb(202,248,189); }
H1.HeaderClassName
{
color: #CAF8BD;
}
.AnyTagClassName
{
color: #CAF8BD;
}
</style>
background-color css
<style>
a { background-color: #CAF8BD; }
a { background-color: rgb(202,248,189); }
div.DivClassName
{
background-color: #CAF8BD;
}
.BgClassName
{
background-color: #CAF8BD;
}
</style>
border-color css
<style>
span { border-color: #CAF8BD; }
span { border-color: rgb(202,248,189); }
td.TdClassName
{
border-color: #CAF8BD;
}
.TagClassName
{
border-color: #CAF8BD;
}
</style>