Shades of Tea Green #CCF9B3
Tints of Tea Green #CCF9B3
RGB
CMYK
RGB Variations
Color information
#CCF9B3 (or 0xCCF9B3) is known color: Tea Green. HEX triplet: CC, F9 and B3. RGB value is (204,249,179). Sum of RGB (Red+Green+Blue) = 204+249+179=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9B3 is #33064C. Grayscale: #E3E3E3. Windows color (decimal): -3343949 or 11794892. OLE color: 11794892.
HSL color Cylindrical-coordinate representation of color #CCF9B3: hue angle of 98.57º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCF9B3 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 179 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.02 |
| HSL | 98.57º | 0.85% | 0.84% | - |
| HSV(B) | 98.57º | 0.28% | 0.98% | - |
| XYZ | 66.91 | 83.84 | 55.3 | - |
| YUV | 227.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 179 | 0.18 | 0 | 0.28 | 0.02 | 98.57 | 0.85 | 0.84 |
| Hex | CC | F9 | B3 | 12 | 0 | 1C | 2 | 63 | 55 | 54 |
| Octal | 314 | 371 | 263 | 22 | 0 | 34 | 2 | 143 | 125 | 124 |
| Binary | 11001100 | 11111001 | 10110011 | 10010 | 0 | 11100 | 10 | 1100011 | 1010101 | 1010100 |
Color Harmonies of #CCF9B3
Complementary color
Monochromatic Colors of #CCF9B3
Black with #CCF9B3
Text Example
Text Example
White with #CCF9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9B3; }
p { color: rgb(204,249,179); }
H1.HeaderClassName
{
color: #CCF9B3;
}
.AnyTagClassName
{
color: #CCF9B3;
}
</style>
background-color css
<style>
a { background-color: #CCF9B3; }
a { background-color: rgb(204,249,179); }
div.DivClassName
{
background-color: #CCF9B3;
}
.BgClassName
{
background-color: #CCF9B3;
}
</style>
border-color css
<style>
span { border-color: #CCF9B3; }
span { border-color: rgb(204,249,179); }
td.TdClassName
{
border-color: #CCF9B3;
}
.TagClassName
{
border-color: #CCF9B3;
}
</style>