Shades of Tea Green #CCFCAB
Tints of Tea Green #CCFCAB
RGB
CMYK
RGB Variations
Color information
#CCFCAB (or 0xCCFCAB) is known color: Tea Green. HEX triplet: CC, FC and AB. RGB value is (204,252,171). Sum of RGB (Red+Green+Blue) = 204+252+171=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCAB is #330354. Grayscale: #E4E4E4. Windows color (decimal): -3343189 or 11271372. OLE color: 11271372.
HSL color Cylindrical-coordinate representation of color #CCFCAB: hue angle of 95.56º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFCAB is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 171 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.01 |
| HSL | 95.56º | 0.93% | 0.83% | - |
| HSV(B) | 95.56º | 0.32% | 0.99% | - |
| XYZ | 67.06 | 85.4 | 51.48 | - |
| YUV | 228.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 171 | 0.19 | 0 | 0.32 | 0.01 | 95.56 | 0.93 | 0.83 |
| Hex | CC | FC | AB | 13 | 0 | 20 | 1 | 60 | 5D | 53 |
| Octal | 314 | 374 | 253 | 23 | 0 | 40 | 1 | 140 | 135 | 123 |
| Binary | 11001100 | 11111100 | 10101011 | 10011 | 0 | 100000 | 1 | 1100000 | 1011101 | 1010011 |
Color Harmonies of #CCFCAB
Complementary color
Monochromatic Colors of #CCFCAB
Black with #CCFCAB
Text Example
Text Example
White with #CCFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCAB; }
p { color: rgb(204,252,171); }
H1.HeaderClassName
{
color: #CCFCAB;
}
.AnyTagClassName
{
color: #CCFCAB;
}
</style>
background-color css
<style>
a { background-color: #CCFCAB; }
a { background-color: rgb(204,252,171); }
div.DivClassName
{
background-color: #CCFCAB;
}
.BgClassName
{
background-color: #CCFCAB;
}
</style>
border-color css
<style>
span { border-color: #CCFCAB; }
span { border-color: rgb(204,252,171); }
td.TdClassName
{
border-color: #CCFCAB;
}
.TagClassName
{
border-color: #CCFCAB;
}
</style>