Shades of Tea Green #CCF8B2
Tints of Tea Green #CCF8B2
RGB
CMYK
RGB Variations
Color information
#CCF8B2 (or 0xCCF8B2) is known color: Tea Green. HEX triplet: CC, F8 and B2. RGB value is (204,248,178). Sum of RGB (Red+Green+Blue) = 204+248+178=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8B2 is #33074D. Grayscale: #E3E3E3. Windows color (decimal): -3344206 or 11729100. OLE color: 11729100.
HSL color Cylindrical-coordinate representation of color #CCF8B2: hue angle of 97.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCF8B2 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 178 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.03 |
| HSL | 97.71º | 0.83% | 0.84% | - |
| HSV(B) | 97.71º | 0.28% | 0.97% | - |
| XYZ | 66.51 | 83.19 | 54.67 | - |
| YUV | 226.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 178 | 0.18 | 0 | 0.28 | 0.03 | 97.71 | 0.83 | 0.84 |
| Hex | CC | F8 | B2 | 12 | 0 | 1C | 3 | 62 | 53 | 54 |
| Octal | 314 | 370 | 262 | 22 | 0 | 34 | 3 | 142 | 123 | 124 |
| Binary | 11001100 | 11111000 | 10110010 | 10010 | 0 | 11100 | 11 | 1100010 | 1010011 | 1010100 |
Color Harmonies of #CCF8B2
Complementary color
Monochromatic Colors of #CCF8B2
Black with #CCF8B2
Text Example
Text Example
White with #CCF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8B2; }
p { color: rgb(204,248,178); }
H1.HeaderClassName
{
color: #CCF8B2;
}
.AnyTagClassName
{
color: #CCF8B2;
}
</style>
background-color css
<style>
a { background-color: #CCF8B2; }
a { background-color: rgb(204,248,178); }
div.DivClassName
{
background-color: #CCF8B2;
}
.BgClassName
{
background-color: #CCF8B2;
}
</style>
border-color css
<style>
span { border-color: #CCF8B2; }
span { border-color: rgb(204,248,178); }
td.TdClassName
{
border-color: #CCF8B2;
}
.TagClassName
{
border-color: #CCF8B2;
}
</style>