Shades of Tea Green #CCF0B0
Tints of Tea Green #CCF0B0
RGB
CMYK
RGB Variations
Color information
#CCF0B0 (or 0xCCF0B0) is known color: Tea Green. HEX triplet: CC, F0 and B0. RGB value is (204,240,176). Sum of RGB (Red+Green+Blue) = 204+240+176=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0B0 is #330F4F. Grayscale: #DEDEDE. Windows color (decimal): -3346256 or 11595980. OLE color: 11595980.
HSL color Cylindrical-coordinate representation of color #CCF0B0: hue angle of 93.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCF0B0 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 176 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.06 |
| HSL | 93.75º | 0.68% | 0.82% | - |
| HSV(B) | 93.75º | 0.27% | 0.94% | - |
| XYZ | 63.9 | 78.29 | 52.82 | - |
| YUV | 221.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 176 | 0.15 | 0 | 0.27 | 0.06 | 93.75 | 0.68 | 0.82 |
| Hex | CC | F0 | B0 | F | 0 | 1B | 6 | 5E | 44 | 52 |
| Octal | 314 | 360 | 260 | 17 | 0 | 33 | 6 | 136 | 104 | 122 |
| Binary | 11001100 | 11110000 | 10110000 | 1111 | 0 | 11011 | 110 | 1011110 | 1000100 | 1010010 |
Color Harmonies of #CCF0B0
Complementary color
Monochromatic Colors of #CCF0B0
Black with #CCF0B0
Text Example
Text Example
White with #CCF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0B0; }
p { color: rgb(204,240,176); }
H1.HeaderClassName
{
color: #CCF0B0;
}
.AnyTagClassName
{
color: #CCF0B0;
}
</style>
background-color css
<style>
a { background-color: #CCF0B0; }
a { background-color: rgb(204,240,176); }
div.DivClassName
{
background-color: #CCF0B0;
}
.BgClassName
{
background-color: #CCF0B0;
}
</style>
border-color css
<style>
span { border-color: #CCF0B0; }
span { border-color: rgb(204,240,176); }
td.TdClassName
{
border-color: #CCF0B0;
}
.TagClassName
{
border-color: #CCF0B0;
}
</style>