Shades of Tea Green #CAFBC1
Tints of Tea Green #CAFBC1
RGB
CMYK
RGB Variations
Color information
#CAFBC1 (or 0xCAFBC1) is known color: Tea Green. HEX triplet: CA, FB and C1. RGB value is (202,251,193). Sum of RGB (Red+Green+Blue) = 202+251+193=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBC1 is #35043E. Grayscale: #E5E5E5. Windows color (decimal): -3474495 or 12712906. OLE color: 12712906.
HSL color Cylindrical-coordinate representation of color #CAFBC1: hue angle of 110.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFBC1 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 193 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.02 |
| HSL | 110.69º | 0.88% | 0.87% | - |
| HSV(B) | 110.69º | 0.23% | 0.98% | - |
| XYZ | 68.48 | 85.4 | 63.33 | - |
| YUV | 229.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 193 | 0.20 | 0 | 0.23 | 0.02 | 110.69 | 0.88 | 0.87 |
| Hex | CA | FB | C1 | 14 | 0 | 17 | 2 | 6F | 58 | 57 |
| Octal | 312 | 373 | 301 | 24 | 0 | 27 | 2 | 157 | 130 | 127 |
| Binary | 11001010 | 11111011 | 11000001 | 10100 | 0 | 10111 | 10 | 1101111 | 1011000 | 1010111 |
Color Harmonies of #CAFBC1
Complementary color
Monochromatic Colors of #CAFBC1
Black with #CAFBC1
Text Example
Text Example
White with #CAFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBC1; }
p { color: rgb(202,251,193); }
H1.HeaderClassName
{
color: #CAFBC1;
}
.AnyTagClassName
{
color: #CAFBC1;
}
</style>
background-color css
<style>
a { background-color: #CAFBC1; }
a { background-color: rgb(202,251,193); }
div.DivClassName
{
background-color: #CAFBC1;
}
.BgClassName
{
background-color: #CAFBC1;
}
</style>
border-color css
<style>
span { border-color: #CAFBC1; }
span { border-color: rgb(202,251,193); }
td.TdClassName
{
border-color: #CAFBC1;
}
.TagClassName
{
border-color: #CAFBC1;
}
</style>