Shades of Tea Green #CCFAB7
Tints of Tea Green #CCFAB7
RGB
CMYK
RGB Variations
Color information
#CCFAB7 (or 0xCCFAB7) is known color: Tea Green. HEX triplet: CC, FA and B7. RGB value is (204,250,183). Sum of RGB (Red+Green+Blue) = 204+250+183=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAB7 is #330548. Grayscale: #E4E4E4. Windows color (decimal): -3343689 or 12057292. OLE color: 12057292.
HSL color Cylindrical-coordinate representation of color #CCFAB7: hue angle of 101.19º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCFAB7 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 183 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.02 |
| HSL | 101.19º | 0.87% | 0.85% | - |
| HSV(B) | 101.19º | 0.27% | 0.98% | - |
| XYZ | 67.63 | 84.63 | 57.57 | - |
| YUV | 228.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 183 | 0.18 | 0 | 0.27 | 0.02 | 101.19 | 0.87 | 0.85 |
| Hex | CC | FA | B7 | 12 | 0 | 1B | 2 | 65 | 57 | 55 |
| Octal | 314 | 372 | 267 | 22 | 0 | 33 | 2 | 145 | 127 | 125 |
| Binary | 11001100 | 11111010 | 10110111 | 10010 | 0 | 11011 | 10 | 1100101 | 1010111 | 1010101 |
Color Harmonies of #CCFAB7
Complementary color
Monochromatic Colors of #CCFAB7
Black with #CCFAB7
Text Example
Text Example
White with #CCFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAB7; }
p { color: rgb(204,250,183); }
H1.HeaderClassName
{
color: #CCFAB7;
}
.AnyTagClassName
{
color: #CCFAB7;
}
</style>
background-color css
<style>
a { background-color: #CCFAB7; }
a { background-color: rgb(204,250,183); }
div.DivClassName
{
background-color: #CCFAB7;
}
.BgClassName
{
background-color: #CCFAB7;
}
</style>
border-color css
<style>
span { border-color: #CCFAB7; }
span { border-color: rgb(204,250,183); }
td.TdClassName
{
border-color: #CCFAB7;
}
.TagClassName
{
border-color: #CCFAB7;
}
</style>