Shades of Tea Green #CAFBB0
Tints of Tea Green #CAFBB0
RGB
CMYK
RGB Variations
Color information
#CAFBB0 (or 0xCAFBB0) is known color: Tea Green. HEX triplet: CA, FB and B0. RGB value is (202,251,176). Sum of RGB (Red+Green+Blue) = 202+251+176=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBB0 is #35044F. Grayscale: #E4E4E4. Windows color (decimal): -3474512 or 11598794. OLE color: 11598794.
HSL color Cylindrical-coordinate representation of color #CAFBB0: hue angle of 99.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFBB0 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 176 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.02 |
| HSL | 99.2º | 0.9% | 0.84% | - |
| HSV(B) | 99.2º | 0.3% | 0.98% | - |
| XYZ | 66.69 | 84.69 | 53.91 | - |
| YUV | 227.8 | 98.77 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 176 | 0.20 | 0 | 0.30 | 0.02 | 99.2 | 0.9 | 0.84 |
| Hex | CA | FB | B0 | 14 | 0 | 1E | 2 | 63 | 5A | 54 |
| Octal | 312 | 373 | 260 | 24 | 0 | 36 | 2 | 143 | 132 | 124 |
| Binary | 11001010 | 11111011 | 10110000 | 10100 | 0 | 11110 | 10 | 1100011 | 1011010 | 1010100 |
Color Harmonies of #CAFBB0
Complementary color
Monochromatic Colors of #CAFBB0
Black with #CAFBB0
Text Example
Text Example
White with #CAFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBB0; }
p { color: rgb(202,251,176); }
H1.HeaderClassName
{
color: #CAFBB0;
}
.AnyTagClassName
{
color: #CAFBB0;
}
</style>
background-color css
<style>
a { background-color: #CAFBB0; }
a { background-color: rgb(202,251,176); }
div.DivClassName
{
background-color: #CAFBB0;
}
.BgClassName
{
background-color: #CAFBB0;
}
</style>
border-color css
<style>
span { border-color: #CAFBB0; }
span { border-color: rgb(202,251,176); }
td.TdClassName
{
border-color: #CAFBB0;
}
.TagClassName
{
border-color: #CAFBB0;
}
</style>