Shades of Tea Green #CFECC2
Tints of Tea Green #CFECC2
RGB
CMYK
RGB Variations
Color information
#CFECC2 (or 0xCFECC2) is known color: Tea Green. HEX triplet: CF, EC and C2. RGB value is (207,236,194). Sum of RGB (Red+Green+Blue) = 207+236+194=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECC2 is #30133D. Grayscale: #DEDEDE. Windows color (decimal): -3150654 or 12774607. OLE color: 12774607.
HSL color Cylindrical-coordinate representation of color #CFECC2: hue angle of 101.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFECC2 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 236 | 194 | - |
CMYK | 0.12 | 0 | 0.18 | 0.07 |
HSL | 101.43º | 0.53% | 0.84% | - |
HSV(B) | 101.43º | 0.18% | 0.93% | - |
XYZ | 65.47 | 77.15 | 62.48 | - |
YUV | 222.54 | 111.89 | 116.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 236 | 194 | 0.12 | 0 | 0.18 | 0.07 | 101.43 | 0.53 | 0.84 |
Hex | CF | EC | C2 | C | 0 | 12 | 7 | 65 | 34 | 54 |
Octal | 317 | 354 | 302 | 14 | 0 | 22 | 7 | 145 | 64 | 124 |
Binary | 11001111 | 11101100 | 11000010 | 1100 | 0 | 10010 | 111 | 1100101 | 110100 | 1010100 |
Color Harmonies of #CFECC2
Complementary color
Monochromatic Colors of #CFECC2
Black with #CFECC2
Text Example
Text Example
White with #CFECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECC2; }
p { color: rgb(207,236,194); }
H1.HeaderClassName
{
color: #CFECC2;
}
.AnyTagClassName
{
color: #CFECC2;
}
</style>
background-color css
<style>
a { background-color: #CFECC2; }
a { background-color: rgb(207,236,194); }
div.DivClassName
{
background-color: #CFECC2;
}
.BgClassName
{
background-color: #CFECC2;
}
</style>
border-color css
<style>
span { border-color: #CFECC2; }
span { border-color: rgb(207,236,194); }
td.TdClassName
{
border-color: #CFECC2;
}
.TagClassName
{
border-color: #CFECC2;
}
</style>