Shades of Tea Green #CCF0B7
Tints of Tea Green #CCF0B7
RGB
CMYK
RGB Variations
Color information
#CCF0B7 (or 0xCCF0B7) is known color: Tea Green. HEX triplet: CC, F0 and B7. RGB value is (204,240,183). Sum of RGB (Red+Green+Blue) = 204+240+183=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0B7 is #330F48. Grayscale: #DEDEDE. Windows color (decimal): -3346249 or 12054732. OLE color: 12054732.
HSL color Cylindrical-coordinate representation of color #CCF0B7: hue angle of 97.89º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF0B7 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 183 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.06 |
| HSL | 97.89º | 0.66% | 0.83% | - |
| HSV(B) | 97.89º | 0.24% | 0.94% | - |
| XYZ | 64.61 | 78.58 | 56.56 | - |
| YUV | 222.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 183 | 0.15 | 0 | 0.24 | 0.06 | 97.89 | 0.66 | 0.83 |
| Hex | CC | F0 | B7 | F | 0 | 18 | 6 | 62 | 42 | 53 |
| Octal | 314 | 360 | 267 | 17 | 0 | 30 | 6 | 142 | 102 | 123 |
| Binary | 11001100 | 11110000 | 10110111 | 1111 | 0 | 11000 | 110 | 1100010 | 1000010 | 1010011 |
Color Harmonies of #CCF0B7
Complementary color
Monochromatic Colors of #CCF0B7
Black with #CCF0B7
Text Example
Text Example
White with #CCF0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0B7; }
p { color: rgb(204,240,183); }
H1.HeaderClassName
{
color: #CCF0B7;
}
.AnyTagClassName
{
color: #CCF0B7;
}
</style>
background-color css
<style>
a { background-color: #CCF0B7; }
a { background-color: rgb(204,240,183); }
div.DivClassName
{
background-color: #CCF0B7;
}
.BgClassName
{
background-color: #CCF0B7;
}
</style>
border-color css
<style>
span { border-color: #CCF0B7; }
span { border-color: rgb(204,240,183); }
td.TdClassName
{
border-color: #CCF0B7;
}
.TagClassName
{
border-color: #CCF0B7;
}
</style>