Shades of Tea Green #CAFBAB
Tints of Tea Green #CAFBAB
RGB
CMYK
RGB Variations
Color information
#CAFBAB (or 0xCAFBAB) is known color: Tea Green. HEX triplet: CA, FB and AB. RGB value is (202,251,171). Sum of RGB (Red+Green+Blue) = 202+251+171=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBAB is #350454. Grayscale: #E3E3E3. Windows color (decimal): -3474517 or 11271114. OLE color: 11271114.
HSL color Cylindrical-coordinate representation of color #CAFBAB: hue angle of 96.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAFBAB is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 171 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.02 |
| HSL | 96.75º | 0.91% | 0.83% | - |
| HSV(B) | 96.75º | 0.32% | 0.98% | - |
| XYZ | 66.2 | 84.49 | 51.35 | - |
| YUV | 227.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 171 | 0.20 | 0 | 0.32 | 0.02 | 96.75 | 0.91 | 0.83 |
| Hex | CA | FB | AB | 14 | 0 | 20 | 2 | 61 | 5B | 53 |
| Octal | 312 | 373 | 253 | 24 | 0 | 40 | 2 | 141 | 133 | 123 |
| Binary | 11001010 | 11111011 | 10101011 | 10100 | 0 | 100000 | 10 | 1100001 | 1011011 | 1010011 |
Color Harmonies of #CAFBAB
Complementary color
Monochromatic Colors of #CAFBAB
Black with #CAFBAB
Text Example
Text Example
White with #CAFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBAB; }
p { color: rgb(202,251,171); }
H1.HeaderClassName
{
color: #CAFBAB;
}
.AnyTagClassName
{
color: #CAFBAB;
}
</style>
background-color css
<style>
a { background-color: #CAFBAB; }
a { background-color: rgb(202,251,171); }
div.DivClassName
{
background-color: #CAFBAB;
}
.BgClassName
{
background-color: #CAFBAB;
}
</style>
border-color css
<style>
span { border-color: #CAFBAB; }
span { border-color: rgb(202,251,171); }
td.TdClassName
{
border-color: #CAFBAB;
}
.TagClassName
{
border-color: #CAFBAB;
}
</style>