Shades of Tea Green #CCFABB
Tints of Tea Green #CCFABB
RGB
CMYK
RGB Variations
Color information
#CCFABB (or 0xCCFABB) is known color: Tea Green. HEX triplet: CC, FA and BB. RGB value is (204,250,187). Sum of RGB (Red+Green+Blue) = 204+250+187=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFABB is #330544. Grayscale: #E5E5E5. Windows color (decimal): -3343685 or 12319436. OLE color: 12319436.
HSL color Cylindrical-coordinate representation of color #CCFABB: hue angle of 103.81º 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 #CCFABB is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 187 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.02 |
| HSL | 103.81º | 0.86% | 0.86% | - |
| HSV(B) | 103.81º | 0.25% | 0.98% | - |
| XYZ | 68.06 | 84.8 | 59.79 | - |
| YUV | 229.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 187 | 0.18 | 0 | 0.25 | 0.02 | 103.81 | 0.86 | 0.86 |
| Hex | CC | FA | BB | 12 | 0 | 19 | 2 | 68 | 56 | 56 |
| Octal | 314 | 372 | 273 | 22 | 0 | 31 | 2 | 150 | 126 | 126 |
| Binary | 11001100 | 11111010 | 10111011 | 10010 | 0 | 11001 | 10 | 1101000 | 1010110 | 1010110 |
Color Harmonies of #CCFABB
Complementary color
Monochromatic Colors of #CCFABB
Black with #CCFABB
Text Example
Text Example
White with #CCFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFABB; }
p { color: rgb(204,250,187); }
H1.HeaderClassName
{
color: #CCFABB;
}
.AnyTagClassName
{
color: #CCFABB;
}
</style>
background-color css
<style>
a { background-color: #CCFABB; }
a { background-color: rgb(204,250,187); }
div.DivClassName
{
background-color: #CCFABB;
}
.BgClassName
{
background-color: #CCFABB;
}
</style>
border-color css
<style>
span { border-color: #CCFABB; }
span { border-color: rgb(204,250,187); }
td.TdClassName
{
border-color: #CCFABB;
}
.TagClassName
{
border-color: #CCFABB;
}
</style>