Shades of Tea Green #CAFBB1
Tints of Tea Green #CAFBB1
RGB
CMYK
RGB Variations
Color information
#CAFBB1 (or 0xCAFBB1) is known color: Tea Green. HEX triplet: CA, FB and B1. RGB value is (202,251,177). Sum of RGB (Red+Green+Blue) = 202+251+177=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBB1 is #35044E. Grayscale: #E4E4E4. Windows color (decimal): -3474511 or 11664330. OLE color: 11664330.
HSL color Cylindrical-coordinate representation of color #CAFBB1: hue angle of 99.73º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAFBB1 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 177 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.02 |
| HSL | 99.73º | 0.9% | 0.84% | - |
| HSV(B) | 99.73º | 0.29% | 0.98% | - |
| XYZ | 66.79 | 84.73 | 54.43 | - |
| YUV | 227.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 177 | 0.20 | 0 | 0.29 | 0.02 | 99.73 | 0.9 | 0.84 |
| Hex | CA | FB | B1 | 14 | 0 | 1D | 2 | 64 | 5A | 54 |
| Octal | 312 | 373 | 261 | 24 | 0 | 35 | 2 | 144 | 132 | 124 |
| Binary | 11001010 | 11111011 | 10110001 | 10100 | 0 | 11101 | 10 | 1100100 | 1011010 | 1010100 |
Color Harmonies of #CAFBB1
Complementary color
Monochromatic Colors of #CAFBB1
Black with #CAFBB1
Text Example
Text Example
White with #CAFBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBB1; }
p { color: rgb(202,251,177); }
H1.HeaderClassName
{
color: #CAFBB1;
}
.AnyTagClassName
{
color: #CAFBB1;
}
</style>
background-color css
<style>
a { background-color: #CAFBB1; }
a { background-color: rgb(202,251,177); }
div.DivClassName
{
background-color: #CAFBB1;
}
.BgClassName
{
background-color: #CAFBB1;
}
</style>
border-color css
<style>
span { border-color: #CAFBB1; }
span { border-color: rgb(202,251,177); }
td.TdClassName
{
border-color: #CAFBB1;
}
.TagClassName
{
border-color: #CAFBB1;
}
</style>