Shades of Tea Green #CFEEC1
Tints of Tea Green #CFEEC1
RGB
CMYK
RGB Variations
Color information
#CFEEC1 (or 0xCFEEC1) is known color: Tea Green. HEX triplet: CF, EE and C1. RGB value is (207,238,193). Sum of RGB (Red+Green+Blue) = 207+238+193=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC1 is #30113E. Grayscale: #DFDFDF. Windows color (decimal): -3150143 or 12709583. OLE color: 12709583.
HSL color Cylindrical-coordinate representation of color #CFEEC1: hue angle of 101.33º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEEC1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 193 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 101.33º | 0.57% | 0.85% | - |
| HSV(B) | 101.33º | 0.19% | 0.93% | - |
| XYZ | 65.93 | 78.26 | 62.08 | - |
| YUV | 223.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 193 | 0.13 | 0 | 0.19 | 0.07 | 101.33 | 0.57 | 0.85 |
| Hex | CF | EE | C1 | D | 0 | 13 | 7 | 65 | 39 | 55 |
| Octal | 317 | 356 | 301 | 15 | 0 | 23 | 7 | 145 | 71 | 125 |
| Binary | 11001111 | 11101110 | 11000001 | 1101 | 0 | 10011 | 111 | 1100101 | 111001 | 1010101 |
Color Harmonies of #CFEEC1
Complementary color
Monochromatic Colors of #CFEEC1
Black with #CFEEC1
Text Example
Text Example
White with #CFEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC1; }
p { color: rgb(207,238,193); }
H1.HeaderClassName
{
color: #CFEEC1;
}
.AnyTagClassName
{
color: #CFEEC1;
}
</style>
background-color css
<style>
a { background-color: #CFEEC1; }
a { background-color: rgb(207,238,193); }
div.DivClassName
{
background-color: #CFEEC1;
}
.BgClassName
{
background-color: #CFEEC1;
}
</style>
border-color css
<style>
span { border-color: #CFEEC1; }
span { border-color: rgb(207,238,193); }
td.TdClassName
{
border-color: #CFEEC1;
}
.TagClassName
{
border-color: #CFEEC1;
}
</style>