Shades of Tea Green #CFEFC3
Tints of Tea Green #CFEFC3
RGB
CMYK
RGB Variations
Color information
#CFEFC3 (or 0xCFEFC3) is known color: Tea Green. HEX triplet: CF, EF and C3. RGB value is (207,239,195). Sum of RGB (Red+Green+Blue) = 207+239+195=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC3 is #30103C. Grayscale: #E0E0E0. Windows color (decimal): -3149885 or 12840911. OLE color: 12840911.
HSL color Cylindrical-coordinate representation of color #CFEFC3: hue angle of 103.64º degrees, saturation: 0.58, 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 #CFEFC3 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 195 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.06 |
| HSL | 103.64º | 0.58% | 0.85% | - |
| HSV(B) | 103.64º | 0.18% | 0.94% | - |
| XYZ | 66.45 | 78.94 | 63.36 | - |
| YUV | 224.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 195 | 0.13 | 0 | 0.18 | 0.06 | 103.64 | 0.58 | 0.85 |
| Hex | CF | EF | C3 | D | 0 | 12 | 6 | 68 | 3A | 55 |
| Octal | 317 | 357 | 303 | 15 | 0 | 22 | 6 | 150 | 72 | 125 |
| Binary | 11001111 | 11101111 | 11000011 | 1101 | 0 | 10010 | 110 | 1101000 | 111010 | 1010101 |
Color Harmonies of #CFEFC3
Complementary color
Monochromatic Colors of #CFEFC3
Black with #CFEFC3
Text Example
Text Example
White with #CFEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFC3; }
p { color: rgb(207,239,195); }
H1.HeaderClassName
{
color: #CFEFC3;
}
.AnyTagClassName
{
color: #CFEFC3;
}
</style>
background-color css
<style>
a { background-color: #CFEFC3; }
a { background-color: rgb(207,239,195); }
div.DivClassName
{
background-color: #CFEFC3;
}
.BgClassName
{
background-color: #CFEFC3;
}
</style>
border-color css
<style>
span { border-color: #CFEFC3; }
span { border-color: rgb(207,239,195); }
td.TdClassName
{
border-color: #CFEFC3;
}
.TagClassName
{
border-color: #CFEFC3;
}
</style>