Shades of Tea Green #CCF8C2
Tints of Tea Green #CCF8C2
RGB
CMYK
RGB Variations
Color information
#CCF8C2 (or 0xCCF8C2) is known color: Tea Green. HEX triplet: CC, F8 and C2. RGB value is (204,248,194). Sum of RGB (Red+Green+Blue) = 204+248+194=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8C2 is #33073D. Grayscale: #E4E4E4. Windows color (decimal): -3344190 or 12777676. OLE color: 12777676.
HSL color Cylindrical-coordinate representation of color #CCF8C2: hue angle of 108.89º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCF8C2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 248 | 194 | - |
CMYK | 0.18 | 0 | 0.22 | 0.03 |
HSL | 108.89º | 0.79% | 0.87% | - |
HSV(B) | 108.89º | 0.22% | 0.97% | - |
XYZ | 68.21 | 83.87 | 63.63 | - |
YUV | 228.69 | 108.42 | 110.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 248 | 194 | 0.18 | 0 | 0.22 | 0.03 | 108.89 | 0.79 | 0.87 |
Hex | CC | F8 | C2 | 12 | 0 | 16 | 3 | 6D | 4F | 57 |
Octal | 314 | 370 | 302 | 22 | 0 | 26 | 3 | 155 | 117 | 127 |
Binary | 11001100 | 11111000 | 11000010 | 10010 | 0 | 10110 | 11 | 1101101 | 1001111 | 1010111 |
Color Harmonies of #CCF8C2
Complementary color
Monochromatic Colors of #CCF8C2
Black with #CCF8C2
Text Example
Text Example
White with #CCF8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8C2; }
p { color: rgb(204,248,194); }
H1.HeaderClassName
{
color: #CCF8C2;
}
.AnyTagClassName
{
color: #CCF8C2;
}
</style>
background-color css
<style>
a { background-color: #CCF8C2; }
a { background-color: rgb(204,248,194); }
div.DivClassName
{
background-color: #CCF8C2;
}
.BgClassName
{
background-color: #CCF8C2;
}
</style>
border-color css
<style>
span { border-color: #CCF8C2; }
span { border-color: rgb(204,248,194); }
td.TdClassName
{
border-color: #CCF8C2;
}
.TagClassName
{
border-color: #CCF8C2;
}
</style>