Shades of Tea Green #CBFEAC
Tints of Tea Green #CBFEAC
RGB
CMYK
RGB Variations
Color information
#CBFEAC (or 0xCBFEAC) is known color: Tea Green. HEX triplet: CB, FE and AC. RGB value is (203,254,172). Sum of RGB (Red+Green+Blue) = 203+254+172=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFEAC is #340153. Grayscale: #E5E5E5. Windows color (decimal): -3408212 or 11337419. OLE color: 11337419.
HSL color Cylindrical-coordinate representation of color #CBFEAC: hue angle of 97.32º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBFEAC is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 172 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.00 |
| HSL | 97.32º | 0.98% | 0.84% | - |
| HSV(B) | 97.32º | 0.32% | 1% | - |
| XYZ | 67.52 | 86.56 | 52.18 | - |
| YUV | 229.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 172 | 0.20 | 0 | 0.32 | 0.00 | 97.32 | 0.98 | 0.84 |
| Hex | CB | FE | AC | 14 | 0 | 20 | 0 | 61 | 62 | 54 |
| Octal | 313 | 376 | 254 | 24 | 0 | 40 | 0 | 141 | 142 | 124 |
| Binary | 11001011 | 11111110 | 10101100 | 10100 | 0 | 100000 | 0 | 1100001 | 1100010 | 1010100 |
Color Harmonies of #CBFEAC
Complementary color
Monochromatic Colors of #CBFEAC
Black with #CBFEAC
Text Example
Text Example
White with #CBFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEAC; }
p { color: rgb(203,254,172); }
H1.HeaderClassName
{
color: #CBFEAC;
}
.AnyTagClassName
{
color: #CBFEAC;
}
</style>
background-color css
<style>
a { background-color: #CBFEAC; }
a { background-color: rgb(203,254,172); }
div.DivClassName
{
background-color: #CBFEAC;
}
.BgClassName
{
background-color: #CBFEAC;
}
</style>
border-color css
<style>
span { border-color: #CBFEAC; }
span { border-color: rgb(203,254,172); }
td.TdClassName
{
border-color: #CBFEAC;
}
.TagClassName
{
border-color: #CBFEAC;
}
</style>