Shades of Tea Green #CAF1BD
Tints of Tea Green #CAF1BD
RGB
CMYK
RGB Variations
Color information
#CAF1BD (or 0xCAF1BD) is known color: Tea Green. HEX triplet: CA, F1 and BD. RGB value is (202,241,189). Sum of RGB (Red+Green+Blue) = 202+241+189=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1BD is #350E42. Grayscale: #DFDFDF. Windows color (decimal): -3477059 or 12448202. OLE color: 12448202.
HSL color Cylindrical-coordinate representation of color #CAF1BD: hue angle of 105º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAF1BD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 189 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.05 |
| HSL | 105º | 0.65% | 0.84% | - |
| HSV(B) | 105º | 0.22% | 0.95% | - |
| XYZ | 65 | 79.14 | 59.99 | - |
| YUV | 223.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 189 | 0.16 | 0 | 0.22 | 0.05 | 105 | 0.65 | 0.84 |
| Hex | CA | F1 | BD | 10 | 0 | 16 | 5 | 69 | 41 | 54 |
| Octal | 312 | 361 | 275 | 20 | 0 | 26 | 5 | 151 | 101 | 124 |
| Binary | 11001010 | 11110001 | 10111101 | 10000 | 0 | 10110 | 101 | 1101001 | 1000001 | 1010100 |
Color Harmonies of #CAF1BD
Complementary color
Monochromatic Colors of #CAF1BD
Black with #CAF1BD
Text Example
Text Example
White with #CAF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1BD; }
p { color: rgb(202,241,189); }
H1.HeaderClassName
{
color: #CAF1BD;
}
.AnyTagClassName
{
color: #CAF1BD;
}
</style>
background-color css
<style>
a { background-color: #CAF1BD; }
a { background-color: rgb(202,241,189); }
div.DivClassName
{
background-color: #CAF1BD;
}
.BgClassName
{
background-color: #CAF1BD;
}
</style>
border-color css
<style>
span { border-color: #CAF1BD; }
span { border-color: rgb(202,241,189); }
td.TdClassName
{
border-color: #CAF1BD;
}
.TagClassName
{
border-color: #CAF1BD;
}
</style>