Shades of Tea Green #CFEEC5
Tints of Tea Green #CFEEC5
RGB
CMYK
RGB Variations
Color information
#CFEEC5 (or 0xCFEEC5) is known color: Tea Green. HEX triplet: CF, EE and C5. RGB value is (207,238,197). Sum of RGB (Red+Green+Blue) = 207+238+197=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC5 is #30113A. Grayscale: #E0E0E0. Windows color (decimal): -3150139 or 12971727. OLE color: 12971727.
HSL color Cylindrical-coordinate representation of color #CFEEC5: hue angle of 105.37º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEEC5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 197 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 105.37º | 0.55% | 0.85% | - |
| HSV(B) | 105.37º | 0.17% | 0.93% | - |
| XYZ | 66.38 | 78.45 | 64.47 | - |
| YUV | 224.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 197 | 0.13 | 0 | 0.17 | 0.07 | 105.37 | 0.55 | 0.85 |
| Hex | CF | EE | C5 | D | 0 | 11 | 7 | 69 | 37 | 55 |
| Octal | 317 | 356 | 305 | 15 | 0 | 21 | 7 | 151 | 67 | 125 |
| Binary | 11001111 | 11101110 | 11000101 | 1101 | 0 | 10001 | 111 | 1101001 | 110111 | 1010101 |
Color Harmonies of #CFEEC5
Complementary color
Monochromatic Colors of #CFEEC5
Black with #CFEEC5
Text Example
Text Example
White with #CFEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC5; }
p { color: rgb(207,238,197); }
H1.HeaderClassName
{
color: #CFEEC5;
}
.AnyTagClassName
{
color: #CFEEC5;
}
</style>
background-color css
<style>
a { background-color: #CFEEC5; }
a { background-color: rgb(207,238,197); }
div.DivClassName
{
background-color: #CFEEC5;
}
.BgClassName
{
background-color: #CFEEC5;
}
</style>
border-color css
<style>
span { border-color: #CFEEC5; }
span { border-color: rgb(207,238,197); }
td.TdClassName
{
border-color: #CFEEC5;
}
.TagClassName
{
border-color: #CFEEC5;
}
</style>