Shades of Tea Green #CCFFB4
Tints of Tea Green #CCFFB4
RGB
CMYK
RGB Variations
Color information
#CCFFB4 (or 0xCCFFB4) is known color: Tea Green. HEX triplet: CC, FF and B4. RGB value is (204,255,180). Sum of RGB (Red+Green+Blue) = 204+255+180=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFB4 is #33004B. Grayscale: #E7E7E7. Windows color (decimal): -3342412 or 11861964. OLE color: 11861964.
HSL color Cylindrical-coordinate representation of color #CCFFB4: hue angle of 100.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCFFB4 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 180 | - |
| CMYK | 0.2 | 0 | 0.29 | 0 |
| HSL | 100.8º | 1% | 0.85% | - |
| HSV(B) | 100.8º | 0.29% | 1% | - |
| XYZ | 68.9 | 87.65 | 56.47 | - |
| YUV | 231.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 180 | 0.2 | 0 | 0.29 | 0 | 100.8 | 1 | 0.85 |
| Hex | CC | FF | B4 | 14 | 0 | 1D | 0 | 65 | 64 | 55 |
| Octal | 314 | 377 | 264 | 24 | 0 | 35 | 0 | 145 | 144 | 125 |
| Binary | 11001100 | 11111111 | 10110100 | 10100 | 0 | 11101 | 0 | 1100101 | 1100100 | 1010101 |
Color Harmonies of #CCFFB4
Complementary color
Monochromatic Colors of #CCFFB4
Black with #CCFFB4
Text Example
Text Example
White with #CCFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFB4; }
p { color: rgb(204,255,180); }
H1.HeaderClassName
{
color: #CCFFB4;
}
.AnyTagClassName
{
color: #CCFFB4;
}
</style>
background-color css
<style>
a { background-color: #CCFFB4; }
a { background-color: rgb(204,255,180); }
div.DivClassName
{
background-color: #CCFFB4;
}
.BgClassName
{
background-color: #CCFFB4;
}
</style>
border-color css
<style>
span { border-color: #CCFFB4; }
span { border-color: rgb(204,255,180); }
td.TdClassName
{
border-color: #CCFFB4;
}
.TagClassName
{
border-color: #CCFFB4;
}
</style>