Shades of Tea Green #CCF9BC
Tints of Tea Green #CCF9BC
RGB
CMYK
RGB Variations
Color information
#CCF9BC (or 0xCCF9BC) is known color: Tea Green. HEX triplet: CC, F9 and BC. RGB value is (204,249,188). Sum of RGB (Red+Green+Blue) = 204+249+188=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9BC is #330643. Grayscale: #E4E4E4. Windows color (decimal): -3343940 or 12384716. OLE color: 12384716.
HSL color Cylindrical-coordinate representation of color #CCF9BC: hue angle of 104.26º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF9BC is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 188 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.02 |
| HSL | 104.26º | 0.84% | 0.86% | - |
| HSV(B) | 104.26º | 0.24% | 0.98% | - |
| XYZ | 67.85 | 84.22 | 60.26 | - |
| YUV | 228.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 188 | 0.18 | 0 | 0.24 | 0.02 | 104.26 | 0.84 | 0.86 |
| Hex | CC | F9 | BC | 12 | 0 | 18 | 2 | 68 | 54 | 56 |
| Octal | 314 | 371 | 274 | 22 | 0 | 30 | 2 | 150 | 124 | 126 |
| Binary | 11001100 | 11111001 | 10111100 | 10010 | 0 | 11000 | 10 | 1101000 | 1010100 | 1010110 |
Color Harmonies of #CCF9BC
Complementary color
Monochromatic Colors of #CCF9BC
Black with #CCF9BC
Text Example
Text Example
White with #CCF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9BC; }
p { color: rgb(204,249,188); }
H1.HeaderClassName
{
color: #CCF9BC;
}
.AnyTagClassName
{
color: #CCF9BC;
}
</style>
background-color css
<style>
a { background-color: #CCF9BC; }
a { background-color: rgb(204,249,188); }
div.DivClassName
{
background-color: #CCF9BC;
}
.BgClassName
{
background-color: #CCF9BC;
}
</style>
border-color css
<style>
span { border-color: #CCF9BC; }
span { border-color: rgb(204,249,188); }
td.TdClassName
{
border-color: #CCF9BC;
}
.TagClassName
{
border-color: #CCF9BC;
}
</style>