Shades of Tea Green #CFEEBE
Tints of Tea Green #CFEEBE
RGB
CMYK
RGB Variations
Color information
#CFEEBE (or 0xCFEEBE) is known color: Tea Green. HEX triplet: CF, EE and BE. RGB value is (207,238,190). Sum of RGB (Red+Green+Blue) = 207+238+190=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBE is #301141. Grayscale: #DFDFDF. Windows color (decimal): -3150146 or 12512975. OLE color: 12512975.
HSL color Cylindrical-coordinate representation of color #CFEEBE: hue angle of 98.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEEBE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 190 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 98.75º | 0.59% | 0.84% | - |
| HSV(B) | 98.75º | 0.2% | 0.93% | - |
| XYZ | 65.6 | 78.13 | 60.34 | - |
| YUV | 223.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 190 | 0.13 | 0 | 0.20 | 0.07 | 98.75 | 0.59 | 0.84 |
| Hex | CF | EE | BE | D | 0 | 14 | 7 | 63 | 3B | 54 |
| Octal | 317 | 356 | 276 | 15 | 0 | 24 | 7 | 143 | 73 | 124 |
| Binary | 11001111 | 11101110 | 10111110 | 1101 | 0 | 10100 | 111 | 1100011 | 111011 | 1010100 |
Color Harmonies of #CFEEBE
Complementary color
Monochromatic Colors of #CFEEBE
Black with #CFEEBE
Text Example
Text Example
White with #CFEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEBE; }
p { color: rgb(207,238,190); }
H1.HeaderClassName
{
color: #CFEEBE;
}
.AnyTagClassName
{
color: #CFEEBE;
}
</style>
background-color css
<style>
a { background-color: #CFEEBE; }
a { background-color: rgb(207,238,190); }
div.DivClassName
{
background-color: #CFEEBE;
}
.BgClassName
{
background-color: #CFEEBE;
}
</style>
border-color css
<style>
span { border-color: #CFEEBE; }
span { border-color: rgb(207,238,190); }
td.TdClassName
{
border-color: #CFEEBE;
}
.TagClassName
{
border-color: #CFEEBE;
}
</style>