Shades of Tea Green #CCF0BF
Tints of Tea Green #CCF0BF
RGB
CMYK
RGB Variations
Color information
#CCF0BF (or 0xCCF0BF) is known color: Tea Green. HEX triplet: CC, F0 and BF. RGB value is (204,240,191). Sum of RGB (Red+Green+Blue) = 204+240+191=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BF is #330F40. Grayscale: #DFDFDF. Windows color (decimal): -3346241 or 12579020. OLE color: 12579020.
HSL color Cylindrical-coordinate representation of color #CCF0BF: hue angle of 104.08º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF0BF is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 191 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.06 |
| HSL | 104.08º | 0.62% | 0.85% | - |
| HSV(B) | 104.08º | 0.2% | 0.94% | - |
| XYZ | 65.47 | 78.92 | 61.07 | - |
| YUV | 223.65 | 109.57 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 191 | 0.15 | 0 | 0.20 | 0.06 | 104.08 | 0.62 | 0.85 |
| Hex | CC | F0 | BF | F | 0 | 14 | 6 | 68 | 3E | 55 |
| Octal | 314 | 360 | 277 | 17 | 0 | 24 | 6 | 150 | 76 | 125 |
| Binary | 11001100 | 11110000 | 10111111 | 1111 | 0 | 10100 | 110 | 1101000 | 111110 | 1010101 |
Color Harmonies of #CCF0BF
Complementary color
Monochromatic Colors of #CCF0BF
Black with #CCF0BF
Text Example
Text Example
White with #CCF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0BF; }
p { color: rgb(204,240,191); }
H1.HeaderClassName
{
color: #CCF0BF;
}
.AnyTagClassName
{
color: #CCF0BF;
}
</style>
background-color css
<style>
a { background-color: #CCF0BF; }
a { background-color: rgb(204,240,191); }
div.DivClassName
{
background-color: #CCF0BF;
}
.BgClassName
{
background-color: #CCF0BF;
}
</style>
border-color css
<style>
span { border-color: #CCF0BF; }
span { border-color: rgb(204,240,191); }
td.TdClassName
{
border-color: #CCF0BF;
}
.TagClassName
{
border-color: #CCF0BF;
}
</style>