Shades of Tea Green #CFEEBA
Tints of Tea Green #CFEEBA
RGB
CMYK
RGB Variations
Color information
#CFEEBA (or 0xCFEEBA) is known color: Tea Green. HEX triplet: CF, EE and BA. RGB value is (207,238,186). Sum of RGB (Red+Green+Blue) = 207+238+186=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBA is #301145. Grayscale: #DEDEDE. Windows color (decimal): -3150150 or 12250831. OLE color: 12250831.
HSL color Cylindrical-coordinate representation of color #CFEEBA: hue angle of 95.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFEEBA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 186 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.07 |
| HSL | 95.77º | 0.6% | 0.83% | - |
| HSV(B) | 95.77º | 0.22% | 0.93% | - |
| XYZ | 65.17 | 77.96 | 58.07 | - |
| YUV | 222.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 186 | 0.13 | 0 | 0.22 | 0.07 | 95.77 | 0.6 | 0.83 |
| Hex | CF | EE | BA | D | 0 | 16 | 7 | 60 | 3C | 53 |
| Octal | 317 | 356 | 272 | 15 | 0 | 26 | 7 | 140 | 74 | 123 |
| Binary | 11001111 | 11101110 | 10111010 | 1101 | 0 | 10110 | 111 | 1100000 | 111100 | 1010011 |
Color Harmonies of #CFEEBA
Complementary color
Monochromatic Colors of #CFEEBA
Black with #CFEEBA
Text Example
Text Example
White with #CFEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEBA; }
p { color: rgb(207,238,186); }
H1.HeaderClassName
{
color: #CFEEBA;
}
.AnyTagClassName
{
color: #CFEEBA;
}
</style>
background-color css
<style>
a { background-color: #CFEEBA; }
a { background-color: rgb(207,238,186); }
div.DivClassName
{
background-color: #CFEEBA;
}
.BgClassName
{
background-color: #CFEEBA;
}
</style>
border-color css
<style>
span { border-color: #CFEEBA; }
span { border-color: rgb(207,238,186); }
td.TdClassName
{
border-color: #CFEEBA;
}
.TagClassName
{
border-color: #CFEEBA;
}
</style>