Shades of Tea Green #CFEEBC
Tints of Tea Green #CFEEBC
RGB
CMYK
RGB Variations
Color information
#CFEEBC (or 0xCFEEBC) is known color: Tea Green. HEX triplet: CF, EE and BC. RGB value is (207,238,188). Sum of RGB (Red+Green+Blue) = 207+238+188=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBC is #301143. Grayscale: #DFDFDF. Windows color (decimal): -3150148 or 12381903. OLE color: 12381903.
HSL color Cylindrical-coordinate representation of color #CFEEBC: hue angle of 97.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEEBC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 188 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 97.2º | 0.6% | 0.84% | - |
| HSV(B) | 97.2º | 0.21% | 0.93% | - |
| XYZ | 65.38 | 78.05 | 59.2 | - |
| YUV | 223.03 | 108.23 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 188 | 0.13 | 0 | 0.21 | 0.07 | 97.2 | 0.6 | 0.84 |
| Hex | CF | EE | BC | D | 0 | 15 | 7 | 61 | 3C | 54 |
| Octal | 317 | 356 | 274 | 15 | 0 | 25 | 7 | 141 | 74 | 124 |
| Binary | 11001111 | 11101110 | 10111100 | 1101 | 0 | 10101 | 111 | 1100001 | 111100 | 1010100 |
Color Harmonies of #CFEEBC
Complementary color
Monochromatic Colors of #CFEEBC
Black with #CFEEBC
Text Example
Text Example
White with #CFEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEBC; }
p { color: rgb(207,238,188); }
H1.HeaderClassName
{
color: #CFEEBC;
}
.AnyTagClassName
{
color: #CFEEBC;
}
</style>
background-color css
<style>
a { background-color: #CFEEBC; }
a { background-color: rgb(207,238,188); }
div.DivClassName
{
background-color: #CFEEBC;
}
.BgClassName
{
background-color: #CFEEBC;
}
</style>
border-color css
<style>
span { border-color: #CFEEBC; }
span { border-color: rgb(207,238,188); }
td.TdClassName
{
border-color: #CFEEBC;
}
.TagClassName
{
border-color: #CFEEBC;
}
</style>