Shades of Tea Green #CFEFBC
Tints of Tea Green #CFEFBC
RGB
CMYK
RGB Variations
Color information
#CFEFBC (or 0xCFEFBC) is known color: Tea Green. HEX triplet: CF, EF and BC. RGB value is (207,239,188). Sum of RGB (Red+Green+Blue) = 207+239+188=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFBC is #301043. Grayscale: #DFDFDF. Windows color (decimal): -3149892 or 12382159. OLE color: 12382159.
HSL color Cylindrical-coordinate representation of color #CFEFBC: hue angle of 97.65º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEFBC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 188 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.06 |
| HSL | 97.65º | 0.61% | 0.84% | - |
| HSV(B) | 97.65º | 0.21% | 0.94% | - |
| XYZ | 65.68 | 78.63 | 59.29 | - |
| YUV | 223.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 188 | 0.13 | 0 | 0.21 | 0.06 | 97.65 | 0.61 | 0.84 |
| Hex | CF | EF | BC | D | 0 | 15 | 6 | 62 | 3D | 54 |
| Octal | 317 | 357 | 274 | 15 | 0 | 25 | 6 | 142 | 75 | 124 |
| Binary | 11001111 | 11101111 | 10111100 | 1101 | 0 | 10101 | 110 | 1100010 | 111101 | 1010100 |
Color Harmonies of #CFEFBC
Complementary color
Monochromatic Colors of #CFEFBC
Black with #CFEFBC
Text Example
Text Example
White with #CFEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFBC; }
p { color: rgb(207,239,188); }
H1.HeaderClassName
{
color: #CFEFBC;
}
.AnyTagClassName
{
color: #CFEFBC;
}
</style>
background-color css
<style>
a { background-color: #CFEFBC; }
a { background-color: rgb(207,239,188); }
div.DivClassName
{
background-color: #CFEFBC;
}
.BgClassName
{
background-color: #CFEFBC;
}
</style>
border-color css
<style>
span { border-color: #CFEFBC; }
span { border-color: rgb(207,239,188); }
td.TdClassName
{
border-color: #CFEFBC;
}
.TagClassName
{
border-color: #CFEFBC;
}
</style>