Shades of Tea Green #CCFCB5
Tints of Tea Green #CCFCB5
RGB
CMYK
RGB Variations
Color information
#CCFCB5 (or 0xCCFCB5) is known color: Tea Green. HEX triplet: CC, FC and B5. RGB value is (204,252,181). Sum of RGB (Red+Green+Blue) = 204+252+181=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCB5 is #33034A. Grayscale: #E5E5E5. Windows color (decimal): -3343179 or 11926732. OLE color: 11926732.
HSL color Cylindrical-coordinate representation of color #CCFCB5: hue angle of 100.56º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCFCB5 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 181 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.01 |
| HSL | 100.56º | 0.92% | 0.85% | - |
| HSV(B) | 100.56º | 0.28% | 0.99% | - |
| XYZ | 68.05 | 85.79 | 56.69 | - |
| YUV | 229.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 181 | 0.19 | 0 | 0.28 | 0.01 | 100.56 | 0.92 | 0.85 |
| Hex | CC | FC | B5 | 13 | 0 | 1C | 1 | 65 | 5C | 55 |
| Octal | 314 | 374 | 265 | 23 | 0 | 34 | 1 | 145 | 134 | 125 |
| Binary | 11001100 | 11111100 | 10110101 | 10011 | 0 | 11100 | 1 | 1100101 | 1011100 | 1010101 |
Color Harmonies of #CCFCB5
Complementary color
Monochromatic Colors of #CCFCB5
Black with #CCFCB5
Text Example
Text Example
White with #CCFCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCB5; }
p { color: rgb(204,252,181); }
H1.HeaderClassName
{
color: #CCFCB5;
}
.AnyTagClassName
{
color: #CCFCB5;
}
</style>
background-color css
<style>
a { background-color: #CCFCB5; }
a { background-color: rgb(204,252,181); }
div.DivClassName
{
background-color: #CCFCB5;
}
.BgClassName
{
background-color: #CCFCB5;
}
</style>
border-color css
<style>
span { border-color: #CCFCB5; }
span { border-color: rgb(204,252,181); }
td.TdClassName
{
border-color: #CCFCB5;
}
.TagClassName
{
border-color: #CCFCB5;
}
</style>