Shades of Tea Green #CCFAB1
Tints of Tea Green #CCFAB1
RGB
CMYK
RGB Variations
Color information
#CCFAB1 (or 0xCCFAB1) is known color: Tea Green. HEX triplet: CC, FA and B1. RGB value is (204,250,177). Sum of RGB (Red+Green+Blue) = 204+250+177=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAB1 is #33054E. Grayscale: #E4E4E4. Windows color (decimal): -3343695 or 11664076. OLE color: 11664076.
HSL color Cylindrical-coordinate representation of color #CCFAB1: hue angle of 97.81º 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 #CCFAB1 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 177 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.02 |
| HSL | 97.81º | 0.88% | 0.84% | - |
| HSV(B) | 97.81º | 0.29% | 0.98% | - |
| XYZ | 67.02 | 84.38 | 54.35 | - |
| YUV | 227.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 177 | 0.18 | 0 | 0.29 | 0.02 | 97.81 | 0.88 | 0.84 |
| Hex | CC | FA | B1 | 12 | 0 | 1D | 2 | 62 | 58 | 54 |
| Octal | 314 | 372 | 261 | 22 | 0 | 35 | 2 | 142 | 130 | 124 |
| Binary | 11001100 | 11111010 | 10110001 | 10010 | 0 | 11101 | 10 | 1100010 | 1011000 | 1010100 |
Color Harmonies of #CCFAB1
Complementary color
Monochromatic Colors of #CCFAB1
Black with #CCFAB1
Text Example
Text Example
White with #CCFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAB1; }
p { color: rgb(204,250,177); }
H1.HeaderClassName
{
color: #CCFAB1;
}
.AnyTagClassName
{
color: #CCFAB1;
}
</style>
background-color css
<style>
a { background-color: #CCFAB1; }
a { background-color: rgb(204,250,177); }
div.DivClassName
{
background-color: #CCFAB1;
}
.BgClassName
{
background-color: #CCFAB1;
}
</style>
border-color css
<style>
span { border-color: #CCFAB1; }
span { border-color: rgb(204,250,177); }
td.TdClassName
{
border-color: #CCFAB1;
}
.TagClassName
{
border-color: #CCFAB1;
}
</style>