Shades of Tea Green #CCF8BF
Tints of Tea Green #CCF8BF
RGB
CMYK
RGB Variations
Color information
#CCF8BF (or 0xCCF8BF) is known color: Tea Green. HEX triplet: CC, F8 and BF. RGB value is (204,248,191). Sum of RGB (Red+Green+Blue) = 204+248+191=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8BF is #330740. Grayscale: #E4E4E4. Windows color (decimal): -3344193 or 12581068. OLE color: 12581068.
HSL color Cylindrical-coordinate representation of color #CCF8BF: hue angle of 106.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF8BF is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 191 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.03 |
| HSL | 106.32º | 0.8% | 0.86% | - |
| HSV(B) | 106.32º | 0.23% | 0.97% | - |
| XYZ | 67.87 | 83.73 | 61.88 | - |
| YUV | 228.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 191 | 0.18 | 0 | 0.23 | 0.03 | 106.32 | 0.8 | 0.86 |
| Hex | CC | F8 | BF | 12 | 0 | 17 | 3 | 6A | 50 | 56 |
| Octal | 314 | 370 | 277 | 22 | 0 | 27 | 3 | 152 | 120 | 126 |
| Binary | 11001100 | 11111000 | 10111111 | 10010 | 0 | 10111 | 11 | 1101010 | 1010000 | 1010110 |
Color Harmonies of #CCF8BF
Complementary color
Monochromatic Colors of #CCF8BF
Black with #CCF8BF
Text Example
Text Example
White with #CCF8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8BF; }
p { color: rgb(204,248,191); }
H1.HeaderClassName
{
color: #CCF8BF;
}
.AnyTagClassName
{
color: #CCF8BF;
}
</style>
background-color css
<style>
a { background-color: #CCF8BF; }
a { background-color: rgb(204,248,191); }
div.DivClassName
{
background-color: #CCF8BF;
}
.BgClassName
{
background-color: #CCF8BF;
}
</style>
border-color css
<style>
span { border-color: #CCF8BF; }
span { border-color: rgb(204,248,191); }
td.TdClassName
{
border-color: #CCF8BF;
}
.TagClassName
{
border-color: #CCF8BF;
}
</style>