Shades of Tea Green #CAFBB2
Tints of Tea Green #CAFBB2
RGB
CMYK
RGB Variations
Color information
#CAFBB2 (or 0xCAFBB2) is known color: Tea Green. HEX triplet: CA, FB and B2. RGB value is (202,251,178). Sum of RGB (Red+Green+Blue) = 202+251+178=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBB2 is #35044D. Grayscale: #E4E4E4. Windows color (decimal): -3474510 or 11729866. OLE color: 11729866.
HSL color Cylindrical-coordinate representation of color #CAFBB2: hue angle of 100.27º 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 #CAFBB2 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 178 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.02 |
| HSL | 100.27º | 0.9% | 0.84% | - |
| HSV(B) | 100.27º | 0.29% | 0.98% | - |
| XYZ | 66.89 | 84.77 | 54.96 | - |
| YUV | 228.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 178 | 0.20 | 0 | 0.29 | 0.02 | 100.27 | 0.9 | 0.84 |
| Hex | CA | FB | B2 | 14 | 0 | 1D | 2 | 64 | 5A | 54 |
| Octal | 312 | 373 | 262 | 24 | 0 | 35 | 2 | 144 | 132 | 124 |
| Binary | 11001010 | 11111011 | 10110010 | 10100 | 0 | 11101 | 10 | 1100100 | 1011010 | 1010100 |
Color Harmonies of #CAFBB2
Complementary color
Monochromatic Colors of #CAFBB2
Black with #CAFBB2
Text Example
Text Example
White with #CAFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBB2; }
p { color: rgb(202,251,178); }
H1.HeaderClassName
{
color: #CAFBB2;
}
.AnyTagClassName
{
color: #CAFBB2;
}
</style>
background-color css
<style>
a { background-color: #CAFBB2; }
a { background-color: rgb(202,251,178); }
div.DivClassName
{
background-color: #CAFBB2;
}
.BgClassName
{
background-color: #CAFBB2;
}
</style>
border-color css
<style>
span { border-color: #CAFBB2; }
span { border-color: rgb(202,251,178); }
td.TdClassName
{
border-color: #CAFBB2;
}
.TagClassName
{
border-color: #CAFBB2;
}
</style>