Shades of Tea Green #CFF9BC
Tints of Tea Green #CFF9BC
RGB
CMYK
RGB Variations
Color information
#CFF9BC (or 0xCFF9BC) is known color: Tea Green. HEX triplet: CF, F9 and BC. RGB value is (207,249,188). Sum of RGB (Red+Green+Blue) = 207+249+188=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9BC is #300643. Grayscale: #E5E5E5. Windows color (decimal): -3147332 or 12384719. OLE color: 12384719.
HSL color Cylindrical-coordinate representation of color #CFF9BC: hue angle of 101.31º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF9BC is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 188 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.02 |
| HSL | 101.31º | 0.84% | 0.86% | - |
| HSV(B) | 101.31º | 0.24% | 0.98% | - |
| XYZ | 68.68 | 84.65 | 60.3 | - |
| YUV | 229.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 188 | 0.17 | 0 | 0.24 | 0.02 | 101.31 | 0.84 | 0.86 |
| Hex | CF | F9 | BC | 11 | 0 | 18 | 2 | 65 | 54 | 56 |
| Octal | 317 | 371 | 274 | 21 | 0 | 30 | 2 | 145 | 124 | 126 |
| Binary | 11001111 | 11111001 | 10111100 | 10001 | 0 | 11000 | 10 | 1100101 | 1010100 | 1010110 |
Color Harmonies of #CFF9BC
Complementary color
Monochromatic Colors of #CFF9BC
Black with #CFF9BC
Text Example
Text Example
White with #CFF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9BC; }
p { color: rgb(207,249,188); }
H1.HeaderClassName
{
color: #CFF9BC;
}
.AnyTagClassName
{
color: #CFF9BC;
}
</style>
background-color css
<style>
a { background-color: #CFF9BC; }
a { background-color: rgb(207,249,188); }
div.DivClassName
{
background-color: #CFF9BC;
}
.BgClassName
{
background-color: #CFF9BC;
}
</style>
border-color css
<style>
span { border-color: #CFF9BC; }
span { border-color: rgb(207,249,188); }
td.TdClassName
{
border-color: #CFF9BC;
}
.TagClassName
{
border-color: #CFF9BC;
}
</style>