Shades of Tea Green #CCFABC
Tints of Tea Green #CCFABC
RGB
CMYK
RGB Variations
Color information
#CCFABC (or 0xCCFABC) is known color: Tea Green. HEX triplet: CC, FA and BC. RGB value is (204,250,188). Sum of RGB (Red+Green+Blue) = 204+250+188=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFABC is #330543. Grayscale: #E5E5E5. Windows color (decimal): -3343684 or 12384972. OLE color: 12384972.
HSL color Cylindrical-coordinate representation of color #CCFABC: hue angle of 104.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCFABC is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 188 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.02 |
| HSL | 104.52º | 0.86% | 0.86% | - |
| HSV(B) | 104.52º | 0.25% | 0.98% | - |
| XYZ | 68.16 | 84.84 | 60.36 | - |
| YUV | 229.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 188 | 0.18 | 0 | 0.25 | 0.02 | 104.52 | 0.86 | 0.86 |
| Hex | CC | FA | BC | 12 | 0 | 19 | 2 | 69 | 56 | 56 |
| Octal | 314 | 372 | 274 | 22 | 0 | 31 | 2 | 151 | 126 | 126 |
| Binary | 11001100 | 11111010 | 10111100 | 10010 | 0 | 11001 | 10 | 1101001 | 1010110 | 1010110 |
Color Harmonies of #CCFABC
Complementary color
Monochromatic Colors of #CCFABC
Black with #CCFABC
Text Example
Text Example
White with #CCFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFABC; }
p { color: rgb(204,250,188); }
H1.HeaderClassName
{
color: #CCFABC;
}
.AnyTagClassName
{
color: #CCFABC;
}
</style>
background-color css
<style>
a { background-color: #CCFABC; }
a { background-color: rgb(204,250,188); }
div.DivClassName
{
background-color: #CCFABC;
}
.BgClassName
{
background-color: #CCFABC;
}
</style>
border-color css
<style>
span { border-color: #CCFABC; }
span { border-color: rgb(204,250,188); }
td.TdClassName
{
border-color: #CCFABC;
}
.TagClassName
{
border-color: #CCFABC;
}
</style>