Shades of Tea Green #CFEDC2
Tints of Tea Green #CFEDC2
RGB
CMYK
RGB Variations
Color information
#CFEDC2 (or 0xCFEDC2) is known color: Tea Green. HEX triplet: CF, ED and C2. RGB value is (207,237,194). Sum of RGB (Red+Green+Blue) = 207+237+194=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC2 is #30123D. Grayscale: #DFDFDF. Windows color (decimal): -3150398 or 12774863. OLE color: 12774863.
HSL color Cylindrical-coordinate representation of color #CFEDC2: hue angle of 101.86º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEDC2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 237 | 194 | - |
CMYK | 0.13 | 0 | 0.18 | 0.07 |
HSL | 101.86º | 0.54% | 0.85% | - |
HSV(B) | 101.86º | 0.18% | 0.93% | - |
XYZ | 65.75 | 77.73 | 62.58 | - |
YUV | 223.13 | 111.56 | 116.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 237 | 194 | 0.13 | 0 | 0.18 | 0.07 | 101.86 | 0.54 | 0.85 |
Hex | CF | ED | C2 | D | 0 | 12 | 7 | 66 | 36 | 55 |
Octal | 317 | 355 | 302 | 15 | 0 | 22 | 7 | 146 | 66 | 125 |
Binary | 11001111 | 11101101 | 11000010 | 1101 | 0 | 10010 | 111 | 1100110 | 110110 | 1010101 |
Color Harmonies of #CFEDC2
Complementary color
Monochromatic Colors of #CFEDC2
Black with #CFEDC2
Text Example
Text Example
White with #CFEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDC2; }
p { color: rgb(207,237,194); }
H1.HeaderClassName
{
color: #CFEDC2;
}
.AnyTagClassName
{
color: #CFEDC2;
}
</style>
background-color css
<style>
a { background-color: #CFEDC2; }
a { background-color: rgb(207,237,194); }
div.DivClassName
{
background-color: #CFEDC2;
}
.BgClassName
{
background-color: #CFEDC2;
}
</style>
border-color css
<style>
span { border-color: #CFEDC2; }
span { border-color: rgb(207,237,194); }
td.TdClassName
{
border-color: #CFEDC2;
}
.TagClassName
{
border-color: #CFEDC2;
}
</style>