Shades of Tea Green #CCFABF
Tints of Tea Green #CCFABF
RGB
CMYK
RGB Variations
Color information
#CCFABF (or 0xCCFABF) is known color: Tea Green. HEX triplet: CC, FA and BF. RGB value is (204,250,191). Sum of RGB (Red+Green+Blue) = 204+250+191=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFABF is #330540. Grayscale: #E5E5E5. Windows color (decimal): -3343681 or 12581580. OLE color: 12581580.
HSL color Cylindrical-coordinate representation of color #CCFABF: hue angle of 106.78º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFABF is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 191 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.02 |
| HSL | 106.78º | 0.86% | 0.86% | - |
| HSV(B) | 106.78º | 0.24% | 0.98% | - |
| XYZ | 68.49 | 84.97 | 62.08 | - |
| YUV | 229.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 191 | 0.18 | 0 | 0.24 | 0.02 | 106.78 | 0.86 | 0.86 |
| Hex | CC | FA | BF | 12 | 0 | 18 | 2 | 6B | 56 | 56 |
| Octal | 314 | 372 | 277 | 22 | 0 | 30 | 2 | 153 | 126 | 126 |
| Binary | 11001100 | 11111010 | 10111111 | 10010 | 0 | 11000 | 10 | 1101011 | 1010110 | 1010110 |
Color Harmonies of #CCFABF
Complementary color
Monochromatic Colors of #CCFABF
Black with #CCFABF
Text Example
Text Example
White with #CCFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFABF; }
p { color: rgb(204,250,191); }
H1.HeaderClassName
{
color: #CCFABF;
}
.AnyTagClassName
{
color: #CCFABF;
}
</style>
background-color css
<style>
a { background-color: #CCFABF; }
a { background-color: rgb(204,250,191); }
div.DivClassName
{
background-color: #CCFABF;
}
.BgClassName
{
background-color: #CCFABF;
}
</style>
border-color css
<style>
span { border-color: #CCFABF; }
span { border-color: rgb(204,250,191); }
td.TdClassName
{
border-color: #CCFABF;
}
.TagClassName
{
border-color: #CCFABF;
}
</style>