Shades of Tea Green #CFEFC4
Tints of Tea Green #CFEFC4
RGB
CMYK
RGB Variations
Color information
#CFEFC4 (or 0xCFEFC4) is known color: Tea Green. HEX triplet: CF, EF and C4. RGB value is (207,239,196). Sum of RGB (Red+Green+Blue) = 207+239+196=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 196 (76.95% from 255 or 30.53% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC4 is #30103B. Grayscale: #E0E0E0. Windows color (decimal): -3149884 or 12906447. OLE color: 12906447.
HSL color Cylindrical-coordinate representation of color #CFEFC4: hue angle of 104.65º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFEFC4 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 196 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.06 |
| HSL | 104.65º | 0.57% | 0.85% | - |
| HSV(B) | 104.65º | 0.18% | 0.94% | - |
| XYZ | 66.56 | 78.98 | 63.96 | - |
| YUV | 224.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 196 | 0.13 | 0 | 0.18 | 0.06 | 104.65 | 0.57 | 0.85 |
| Hex | CF | EF | C4 | D | 0 | 12 | 6 | 69 | 39 | 55 |
| Octal | 317 | 357 | 304 | 15 | 0 | 22 | 6 | 151 | 71 | 125 |
| Binary | 11001111 | 11101111 | 11000100 | 1101 | 0 | 10010 | 110 | 1101001 | 111001 | 1010101 |
Color Harmonies of #CFEFC4
Complementary color
Monochromatic Colors of #CFEFC4
Black with #CFEFC4
Text Example
Text Example
White with #CFEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFC4; }
p { color: rgb(207,239,196); }
H1.HeaderClassName
{
color: #CFEFC4;
}
.AnyTagClassName
{
color: #CFEFC4;
}
</style>
background-color css
<style>
a { background-color: #CFEFC4; }
a { background-color: rgb(207,239,196); }
div.DivClassName
{
background-color: #CFEFC4;
}
.BgClassName
{
background-color: #CFEFC4;
}
</style>
border-color css
<style>
span { border-color: #CFEFC4; }
span { border-color: rgb(207,239,196); }
td.TdClassName
{
border-color: #CFEFC4;
}
.TagClassName
{
border-color: #CFEFC4;
}
</style>