Shades of Tea Green #CCF6BD
Tints of Tea Green #CCF6BD
RGB
CMYK
RGB Variations
Color information
#CCF6BD (or 0xCCF6BD) is known color: Tea Green. HEX triplet: CC, F6 and BD. RGB value is (204,246,189). Sum of RGB (Red+Green+Blue) = 204+246+189=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6BD is #330942. Grayscale: #E3E3E3. Windows color (decimal): -3344707 or 12449484. OLE color: 12449484.
HSL color Cylindrical-coordinate representation of color #CCF6BD: hue angle of 104.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF6BD is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 189 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.04 |
| HSL | 104.21º | 0.76% | 0.85% | - |
| HSV(B) | 104.21º | 0.23% | 0.96% | - |
| XYZ | 67.04 | 82.42 | 60.52 | - |
| YUV | 226.94 | 106.59 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 189 | 0.17 | 0 | 0.23 | 0.04 | 104.21 | 0.76 | 0.85 |
| Hex | CC | F6 | BD | 11 | 0 | 17 | 4 | 68 | 4C | 55 |
| Octal | 314 | 366 | 275 | 21 | 0 | 27 | 4 | 150 | 114 | 125 |
| Binary | 11001100 | 11110110 | 10111101 | 10001 | 0 | 10111 | 100 | 1101000 | 1001100 | 1010101 |
Color Harmonies of #CCF6BD
Complementary color
Monochromatic Colors of #CCF6BD
Black with #CCF6BD
Text Example
Text Example
White with #CCF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF6BD; }
p { color: rgb(204,246,189); }
H1.HeaderClassName
{
color: #CCF6BD;
}
.AnyTagClassName
{
color: #CCF6BD;
}
</style>
background-color css
<style>
a { background-color: #CCF6BD; }
a { background-color: rgb(204,246,189); }
div.DivClassName
{
background-color: #CCF6BD;
}
.BgClassName
{
background-color: #CCF6BD;
}
</style>
border-color css
<style>
span { border-color: #CCF6BD; }
span { border-color: rgb(204,246,189); }
td.TdClassName
{
border-color: #CCF6BD;
}
.TagClassName
{
border-color: #CCF6BD;
}
</style>