Shades of Tea Green #CAFEBF
Tints of Tea Green #CAFEBF
RGB
CMYK
RGB Variations
Color information
#CAFEBF (or 0xCAFEBF) is known color: Tea Green. HEX triplet: CA, FE and BF. RGB value is (202,254,191). Sum of RGB (Red+Green+Blue) = 202+254+191=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEBF is #350140. Grayscale: #E7E7E7. Windows color (decimal): -3473729 or 12582602. OLE color: 12582602.
HSL color Cylindrical-coordinate representation of color #CAFEBF: hue angle of 109.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAFEBF is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 191 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.00 |
| HSL | 109.52º | 0.97% | 0.87% | - |
| HSV(B) | 109.52º | 0.25% | 1% | - |
| XYZ | 69.2 | 87.2 | 62.47 | - |
| YUV | 231.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 191 | 0.20 | 0 | 0.25 | 0.00 | 109.52 | 0.97 | 0.87 |
| Hex | CA | FE | BF | 14 | 0 | 19 | 0 | 6E | 61 | 57 |
| Octal | 312 | 376 | 277 | 24 | 0 | 31 | 0 | 156 | 141 | 127 |
| Binary | 11001010 | 11111110 | 10111111 | 10100 | 0 | 11001 | 0 | 1101110 | 1100001 | 1010111 |
Color Harmonies of #CAFEBF
Complementary color
Monochromatic Colors of #CAFEBF
Black with #CAFEBF
Text Example
Text Example
White with #CAFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEBF; }
p { color: rgb(202,254,191); }
H1.HeaderClassName
{
color: #CAFEBF;
}
.AnyTagClassName
{
color: #CAFEBF;
}
</style>
background-color css
<style>
a { background-color: #CAFEBF; }
a { background-color: rgb(202,254,191); }
div.DivClassName
{
background-color: #CAFEBF;
}
.BgClassName
{
background-color: #CAFEBF;
}
</style>
border-color css
<style>
span { border-color: #CAFEBF; }
span { border-color: rgb(202,254,191); }
td.TdClassName
{
border-color: #CAFEBF;
}
.TagClassName
{
border-color: #CAFEBF;
}
</style>