Shades of Tea Green #CCFBB5
Tints of Tea Green #CCFBB5
RGB
CMYK
RGB Variations
Color information
#CCFBB5 (or 0xCCFBB5) is known color: Tea Green. HEX triplet: CC, FB and B5. RGB value is (204,251,181). Sum of RGB (Red+Green+Blue) = 204+251+181=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBB5 is #33044A. Grayscale: #E5E5E5. Windows color (decimal): -3343435 or 11926476. OLE color: 11926476.
HSL color Cylindrical-coordinate representation of color #CCFBB5: hue angle of 100.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCFBB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 181 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.02 |
| HSL | 100.29º | 0.9% | 0.85% | - |
| HSV(B) | 100.29º | 0.28% | 0.98% | - |
| XYZ | 67.74 | 85.17 | 56.58 | - |
| YUV | 228.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 181 | 0.19 | 0 | 0.28 | 0.02 | 100.29 | 0.9 | 0.85 |
| Hex | CC | FB | B5 | 13 | 0 | 1C | 2 | 64 | 5A | 55 |
| Octal | 314 | 373 | 265 | 23 | 0 | 34 | 2 | 144 | 132 | 125 |
| Binary | 11001100 | 11111011 | 10110101 | 10011 | 0 | 11100 | 10 | 1100100 | 1011010 | 1010101 |
Color Harmonies of #CCFBB5
Complementary color
Monochromatic Colors of #CCFBB5
Black with #CCFBB5
Text Example
Text Example
White with #CCFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBB5; }
p { color: rgb(204,251,181); }
H1.HeaderClassName
{
color: #CCFBB5;
}
.AnyTagClassName
{
color: #CCFBB5;
}
</style>
background-color css
<style>
a { background-color: #CCFBB5; }
a { background-color: rgb(204,251,181); }
div.DivClassName
{
background-color: #CCFBB5;
}
.BgClassName
{
background-color: #CCFBB5;
}
</style>
border-color css
<style>
span { border-color: #CCFBB5; }
span { border-color: rgb(204,251,181); }
td.TdClassName
{
border-color: #CCFBB5;
}
.TagClassName
{
border-color: #CCFBB5;
}
</style>