Shades of Tea Green #CCFAB2
Tints of Tea Green #CCFAB2
RGB
CMYK
RGB Variations
Color information
#CCFAB2 (or 0xCCFAB2) is known color: Tea Green. HEX triplet: CC, FA and B2. RGB value is (204,250,178). Sum of RGB (Red+Green+Blue) = 204+250+178=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAB2 is #33054D. Grayscale: #E4E4E4. Windows color (decimal): -3343694 or 11729612. OLE color: 11729612.
HSL color Cylindrical-coordinate representation of color #CCFAB2: hue angle of 98.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCFAB2 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 178 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.02 |
| HSL | 98.33º | 0.88% | 0.84% | - |
| HSV(B) | 98.33º | 0.29% | 0.98% | - |
| XYZ | 67.12 | 84.42 | 54.88 | - |
| YUV | 228.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 178 | 0.18 | 0 | 0.29 | 0.02 | 98.33 | 0.88 | 0.84 |
| Hex | CC | FA | B2 | 12 | 0 | 1D | 2 | 62 | 58 | 54 |
| Octal | 314 | 372 | 262 | 22 | 0 | 35 | 2 | 142 | 130 | 124 |
| Binary | 11001100 | 11111010 | 10110010 | 10010 | 0 | 11101 | 10 | 1100010 | 1011000 | 1010100 |
Color Harmonies of #CCFAB2
Complementary color
Monochromatic Colors of #CCFAB2
Black with #CCFAB2
Text Example
Text Example
White with #CCFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAB2; }
p { color: rgb(204,250,178); }
H1.HeaderClassName
{
color: #CCFAB2;
}
.AnyTagClassName
{
color: #CCFAB2;
}
</style>
background-color css
<style>
a { background-color: #CCFAB2; }
a { background-color: rgb(204,250,178); }
div.DivClassName
{
background-color: #CCFAB2;
}
.BgClassName
{
background-color: #CCFAB2;
}
</style>
border-color css
<style>
span { border-color: #CCFAB2; }
span { border-color: rgb(204,250,178); }
td.TdClassName
{
border-color: #CCFAB2;
}
.TagClassName
{
border-color: #CCFAB2;
}
</style>