Shades of Tea Green #CAFCB0
Tints of Tea Green #CAFCB0
RGB
CMYK
RGB Variations
Color information
#CAFCB0 (or 0xCAFCB0) is known color: Tea Green. HEX triplet: CA, FC and B0. RGB value is (202,252,176). Sum of RGB (Red+Green+Blue) = 202+252+176=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFCB0 is #35034F. Grayscale: #E4E4E4. Windows color (decimal): -3474256 or 11599050. OLE color: 11599050.
HSL color Cylindrical-coordinate representation of color #CAFCB0: hue angle of 99.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFCB0 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 176 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.01 |
| HSL | 99.47º | 0.93% | 0.84% | - |
| HSV(B) | 99.47º | 0.3% | 0.99% | - |
| XYZ | 67 | 85.31 | 54.01 | - |
| YUV | 228.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 176 | 0.20 | 0 | 0.30 | 0.01 | 99.47 | 0.93 | 0.84 |
| Hex | CA | FC | B0 | 14 | 0 | 1E | 1 | 63 | 5D | 54 |
| Octal | 312 | 374 | 260 | 24 | 0 | 36 | 1 | 143 | 135 | 124 |
| Binary | 11001010 | 11111100 | 10110000 | 10100 | 0 | 11110 | 1 | 1100011 | 1011101 | 1010100 |
Color Harmonies of #CAFCB0
Complementary color
Monochromatic Colors of #CAFCB0
Black with #CAFCB0
Text Example
Text Example
White with #CAFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCB0; }
p { color: rgb(202,252,176); }
H1.HeaderClassName
{
color: #CAFCB0;
}
.AnyTagClassName
{
color: #CAFCB0;
}
</style>
background-color css
<style>
a { background-color: #CAFCB0; }
a { background-color: rgb(202,252,176); }
div.DivClassName
{
background-color: #CAFCB0;
}
.BgClassName
{
background-color: #CAFCB0;
}
</style>
border-color css
<style>
span { border-color: #CAFCB0; }
span { border-color: rgb(202,252,176); }
td.TdClassName
{
border-color: #CAFCB0;
}
.TagClassName
{
border-color: #CAFCB0;
}
</style>