Shades of Tea Green #CAFBB4
Tints of Tea Green #CAFBB4
RGB
CMYK
RGB Variations
Color information
#CAFBB4 (or 0xCAFBB4) is known color: Tea Green. HEX triplet: CA, FB and B4. RGB value is (202,251,180). Sum of RGB (Red+Green+Blue) = 202+251+180=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBB4 is #35044B. Grayscale: #E4E4E4. Windows color (decimal): -3474508 or 11860938. OLE color: 11860938.
HSL color Cylindrical-coordinate representation of color #CAFBB4: hue angle of 101.41º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAFBB4 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 180 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.02 |
| HSL | 101.41º | 0.9% | 0.85% | - |
| HSV(B) | 101.41º | 0.28% | 0.98% | - |
| XYZ | 67.09 | 84.85 | 56.02 | - |
| YUV | 228.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 180 | 0.20 | 0 | 0.28 | 0.02 | 101.41 | 0.9 | 0.85 |
| Hex | CA | FB | B4 | 14 | 0 | 1C | 2 | 65 | 5A | 55 |
| Octal | 312 | 373 | 264 | 24 | 0 | 34 | 2 | 145 | 132 | 125 |
| Binary | 11001010 | 11111011 | 10110100 | 10100 | 0 | 11100 | 10 | 1100101 | 1011010 | 1010101 |
Color Harmonies of #CAFBB4
Complementary color
Monochromatic Colors of #CAFBB4
Black with #CAFBB4
Text Example
Text Example
White with #CAFBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBB4; }
p { color: rgb(202,251,180); }
H1.HeaderClassName
{
color: #CAFBB4;
}
.AnyTagClassName
{
color: #CAFBB4;
}
</style>
background-color css
<style>
a { background-color: #CAFBB4; }
a { background-color: rgb(202,251,180); }
div.DivClassName
{
background-color: #CAFBB4;
}
.BgClassName
{
background-color: #CAFBB4;
}
</style>
border-color css
<style>
span { border-color: #CAFBB4; }
span { border-color: rgb(202,251,180); }
td.TdClassName
{
border-color: #CAFBB4;
}
.TagClassName
{
border-color: #CAFBB4;
}
</style>