Shades of Tea Green #CFEEC2
Tints of Tea Green #CFEEC2
RGB
CMYK
RGB Variations
Color information
#CFEEC2 (or 0xCFEEC2) is known color: Tea Green. HEX triplet: CF, EE and C2. RGB value is (207,238,194). Sum of RGB (Red+Green+Blue) = 207+238+194=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC2 is #30113D. Grayscale: #DFDFDF. Windows color (decimal): -3150142 or 12775119. OLE color: 12775119.
HSL color Cylindrical-coordinate representation of color #CFEEC2: hue angle of 102.27º degrees, saturation: 0.56, 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 #CFEEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 194 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 102.27º | 0.56% | 0.85% | - |
| HSV(B) | 102.27º | 0.18% | 0.93% | - |
| XYZ | 66.04 | 78.31 | 62.67 | - |
| YUV | 223.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 194 | 0.13 | 0 | 0.18 | 0.07 | 102.27 | 0.56 | 0.85 |
| Hex | CF | EE | C2 | D | 0 | 12 | 7 | 66 | 38 | 55 |
| Octal | 317 | 356 | 302 | 15 | 0 | 22 | 7 | 146 | 70 | 125 |
| Binary | 11001111 | 11101110 | 11000010 | 1101 | 0 | 10010 | 111 | 1100110 | 111000 | 1010101 |
Color Harmonies of #CFEEC2
Complementary color
Monochromatic Colors of #CFEEC2
Black with #CFEEC2
Text Example
Text Example
White with #CFEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC2; }
p { color: rgb(207,238,194); }
H1.HeaderClassName
{
color: #CFEEC2;
}
.AnyTagClassName
{
color: #CFEEC2;
}
</style>
background-color css
<style>
a { background-color: #CFEEC2; }
a { background-color: rgb(207,238,194); }
div.DivClassName
{
background-color: #CFEEC2;
}
.BgClassName
{
background-color: #CFEEC2;
}
</style>
border-color css
<style>
span { border-color: #CFEEC2; }
span { border-color: rgb(207,238,194); }
td.TdClassName
{
border-color: #CFEEC2;
}
.TagClassName
{
border-color: #CFEEC2;
}
</style>