Shades of Tea Green #CFEEBB
Tints of Tea Green #CFEEBB
RGB
CMYK
RGB Variations
Color information
#CFEEBB (or 0xCFEEBB) is known color: Tea Green. HEX triplet: CF, EE and BB. RGB value is (207,238,187). Sum of RGB (Red+Green+Blue) = 207+238+187=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBB is #301144. Grayscale: #DFDFDF. Windows color (decimal): -3150149 or 12316367. OLE color: 12316367.
HSL color Cylindrical-coordinate representation of color #CFEEBB: hue angle of 96.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEEBB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 187 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 96.47º | 0.6% | 0.83% | - |
| HSV(B) | 96.47º | 0.21% | 0.93% | - |
| XYZ | 65.28 | 78 | 58.63 | - |
| YUV | 222.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 187 | 0.13 | 0 | 0.21 | 0.07 | 96.47 | 0.6 | 0.83 |
| Hex | CF | EE | BB | D | 0 | 15 | 7 | 60 | 3C | 53 |
| Octal | 317 | 356 | 273 | 15 | 0 | 25 | 7 | 140 | 74 | 123 |
| Binary | 11001111 | 11101110 | 10111011 | 1101 | 0 | 10101 | 111 | 1100000 | 111100 | 1010011 |
Color Harmonies of #CFEEBB
Complementary color
Monochromatic Colors of #CFEEBB
Black with #CFEEBB
Text Example
Text Example
White with #CFEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEBB; }
p { color: rgb(207,238,187); }
H1.HeaderClassName
{
color: #CFEEBB;
}
.AnyTagClassName
{
color: #CFEEBB;
}
</style>
background-color css
<style>
a { background-color: #CFEEBB; }
a { background-color: rgb(207,238,187); }
div.DivClassName
{
background-color: #CFEEBB;
}
.BgClassName
{
background-color: #CFEEBB;
}
</style>
border-color css
<style>
span { border-color: #CFEEBB; }
span { border-color: rgb(207,238,187); }
td.TdClassName
{
border-color: #CFEEBB;
}
.TagClassName
{
border-color: #CFEEBB;
}
</style>