Shades of Tea Green #CCFEB1
Tints of Tea Green #CCFEB1
RGB
CMYK
RGB Variations
Color information
#CCFEB1 (or 0xCCFEB1) is known color: Tea Green. HEX triplet: CC, FE and B1. RGB value is (204,254,177). Sum of RGB (Red+Green+Blue) = 204+254+177=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEB1 is #33014E. Grayscale: #E6E6E6. Windows color (decimal): -3342671 or 11665100. OLE color: 11665100.
HSL color Cylindrical-coordinate representation of color #CCFEB1: hue angle of 98.96º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFEB1 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 177 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.00 |
| HSL | 98.96º | 0.97% | 0.85% | - |
| HSV(B) | 98.96º | 0.3% | 1% | - |
| XYZ | 68.28 | 86.9 | 54.77 | - |
| YUV | 230.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 177 | 0.20 | 0 | 0.30 | 0.00 | 98.96 | 0.97 | 0.85 |
| Hex | CC | FE | B1 | 14 | 0 | 1E | 0 | 63 | 61 | 55 |
| Octal | 314 | 376 | 261 | 24 | 0 | 36 | 0 | 143 | 141 | 125 |
| Binary | 11001100 | 11111110 | 10110001 | 10100 | 0 | 11110 | 0 | 1100011 | 1100001 | 1010101 |
Color Harmonies of #CCFEB1
Complementary color
Monochromatic Colors of #CCFEB1
Black with #CCFEB1
Text Example
Text Example
White with #CCFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEB1; }
p { color: rgb(204,254,177); }
H1.HeaderClassName
{
color: #CCFEB1;
}
.AnyTagClassName
{
color: #CCFEB1;
}
</style>
background-color css
<style>
a { background-color: #CCFEB1; }
a { background-color: rgb(204,254,177); }
div.DivClassName
{
background-color: #CCFEB1;
}
.BgClassName
{
background-color: #CCFEB1;
}
</style>
border-color css
<style>
span { border-color: #CCFEB1; }
span { border-color: rgb(204,254,177); }
td.TdClassName
{
border-color: #CCFEB1;
}
.TagClassName
{
border-color: #CCFEB1;
}
</style>