Shades of Tea Green #CFEDBE
Tints of Tea Green #CFEDBE
RGB
CMYK
RGB Variations
Color information
#CFEDBE (or 0xCFEDBE) is known color: Tea Green. HEX triplet: CF, ED and BE. RGB value is (207,237,190). Sum of RGB (Red+Green+Blue) = 207+237+190=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDBE is #301241. Grayscale: #DEDEDE. Windows color (decimal): -3150402 or 12512719. OLE color: 12512719.
HSL color Cylindrical-coordinate representation of color #CFEDBE: hue angle of 98.3º degrees, saturation: 0.57, 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 #CFEDBE is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 190 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 98.3º | 0.57% | 0.84% | - |
| HSV(B) | 98.3º | 0.2% | 0.93% | - |
| XYZ | 65.31 | 77.55 | 60.24 | - |
| YUV | 222.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 190 | 0.13 | 0 | 0.20 | 0.07 | 98.3 | 0.57 | 0.84 |
| Hex | CF | ED | BE | D | 0 | 14 | 7 | 62 | 39 | 54 |
| Octal | 317 | 355 | 276 | 15 | 0 | 24 | 7 | 142 | 71 | 124 |
| Binary | 11001111 | 11101101 | 10111110 | 1101 | 0 | 10100 | 111 | 1100010 | 111001 | 1010100 |
Color Harmonies of #CFEDBE
Complementary color
Monochromatic Colors of #CFEDBE
Black with #CFEDBE
Text Example
Text Example
White with #CFEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDBE; }
p { color: rgb(207,237,190); }
H1.HeaderClassName
{
color: #CFEDBE;
}
.AnyTagClassName
{
color: #CFEDBE;
}
</style>
background-color css
<style>
a { background-color: #CFEDBE; }
a { background-color: rgb(207,237,190); }
div.DivClassName
{
background-color: #CFEDBE;
}
.BgClassName
{
background-color: #CFEDBE;
}
</style>
border-color css
<style>
span { border-color: #CFEDBE; }
span { border-color: rgb(207,237,190); }
td.TdClassName
{
border-color: #CFEDBE;
}
.TagClassName
{
border-color: #CFEDBE;
}
</style>