Shades of Tea Green #CFF7BD
Tints of Tea Green #CFF7BD
RGB
CMYK
RGB Variations
Color information
#CFF7BD (or 0xCFF7BD) is known color: Tea Green. HEX triplet: CF, F7 and BD. RGB value is (207,247,189). Sum of RGB (Red+Green+Blue) = 207+247+189=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7BD is #300842. Grayscale: #E4E4E4. Windows color (decimal): -3147843 or 12449743. OLE color: 12449743.
HSL color Cylindrical-coordinate representation of color #CFF7BD: hue angle of 101.38º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF7BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.03 |
| HSL | 101.38º | 0.78% | 0.85% | - |
| HSV(B) | 101.38º | 0.23% | 0.97% | - |
| XYZ | 68.18 | 83.46 | 60.66 | - |
| YUV | 228.43 | 105.75 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 189 | 0.16 | 0 | 0.23 | 0.03 | 101.38 | 0.78 | 0.85 |
| Hex | CF | F7 | BD | 10 | 0 | 17 | 3 | 65 | 4E | 55 |
| Octal | 317 | 367 | 275 | 20 | 0 | 27 | 3 | 145 | 116 | 125 |
| Binary | 11001111 | 11110111 | 10111101 | 10000 | 0 | 10111 | 11 | 1100101 | 1001110 | 1010101 |
Color Harmonies of #CFF7BD
Complementary color
Monochromatic Colors of #CFF7BD
Black with #CFF7BD
Text Example
Text Example
White with #CFF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7BD; }
p { color: rgb(207,247,189); }
H1.HeaderClassName
{
color: #CFF7BD;
}
.AnyTagClassName
{
color: #CFF7BD;
}
</style>
background-color css
<style>
a { background-color: #CFF7BD; }
a { background-color: rgb(207,247,189); }
div.DivClassName
{
background-color: #CFF7BD;
}
.BgClassName
{
background-color: #CFF7BD;
}
</style>
border-color css
<style>
span { border-color: #CFF7BD; }
span { border-color: rgb(207,247,189); }
td.TdClassName
{
border-color: #CFF7BD;
}
.TagClassName
{
border-color: #CFF7BD;
}
</style>