Shades of Tea Green #CCFAC1
Tints of Tea Green #CCFAC1
RGB
CMYK
RGB Variations
Color information
#CCFAC1 (or 0xCCFAC1) is known color: Tea Green. HEX triplet: CC, FA and C1. RGB value is (204,250,193). Sum of RGB (Red+Green+Blue) = 204+250+193=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC1 is #33053E. Grayscale: #E5E5E5. Windows color (decimal): -3343679 or 12712652. OLE color: 12712652.
HSL color Cylindrical-coordinate representation of color #CCFAC1: hue angle of 108.42º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCFAC1 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 193 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.02 |
| HSL | 108.42º | 0.85% | 0.87% | - |
| HSV(B) | 108.42º | 0.23% | 0.98% | - |
| XYZ | 68.71 | 85.06 | 63.25 | - |
| YUV | 229.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 193 | 0.18 | 0 | 0.23 | 0.02 | 108.42 | 0.85 | 0.87 |
| Hex | CC | FA | C1 | 12 | 0 | 17 | 2 | 6C | 55 | 57 |
| Octal | 314 | 372 | 301 | 22 | 0 | 27 | 2 | 154 | 125 | 127 |
| Binary | 11001100 | 11111010 | 11000001 | 10010 | 0 | 10111 | 10 | 1101100 | 1010101 | 1010111 |
Color Harmonies of #CCFAC1
Complementary color
Monochromatic Colors of #CCFAC1
Black with #CCFAC1
Text Example
Text Example
White with #CCFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAC1; }
p { color: rgb(204,250,193); }
H1.HeaderClassName
{
color: #CCFAC1;
}
.AnyTagClassName
{
color: #CCFAC1;
}
</style>
background-color css
<style>
a { background-color: #CCFAC1; }
a { background-color: rgb(204,250,193); }
div.DivClassName
{
background-color: #CCFAC1;
}
.BgClassName
{
background-color: #CCFAC1;
}
</style>
border-color css
<style>
span { border-color: #CCFAC1; }
span { border-color: rgb(204,250,193); }
td.TdClassName
{
border-color: #CCFAC1;
}
.TagClassName
{
border-color: #CCFAC1;
}
</style>