Shades of Tea Green #CFF0BD
Tints of Tea Green #CFF0BD
RGB
CMYK
RGB Variations
Color information
#CFF0BD (or 0xCFF0BD) is known color: Tea Green. HEX triplet: CF, F0 and BD. RGB value is (207,240,189). Sum of RGB (Red+Green+Blue) = 207+240+189=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BD is #300F42. Grayscale: #E0E0E0. Windows color (decimal): -3149635 or 12447951. OLE color: 12447951.
HSL color Cylindrical-coordinate representation of color #CFF0BD: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF0BD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 189 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.06 |
| HSL | 98.82º | 0.63% | 0.84% | - |
| HSV(B) | 98.82º | 0.21% | 0.94% | - |
| XYZ | 66.08 | 79.26 | 59.96 | - |
| YUV | 224.32 | 108.07 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 189 | 0.14 | 0 | 0.21 | 0.06 | 98.82 | 0.63 | 0.84 |
| Hex | CF | F0 | BD | E | 0 | 15 | 6 | 63 | 3F | 54 |
| Octal | 317 | 360 | 275 | 16 | 0 | 25 | 6 | 143 | 77 | 124 |
| Binary | 11001111 | 11110000 | 10111101 | 1110 | 0 | 10101 | 110 | 1100011 | 111111 | 1010100 |
Color Harmonies of #CFF0BD
Complementary color
Monochromatic Colors of #CFF0BD
Black with #CFF0BD
Text Example
Text Example
White with #CFF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0BD; }
p { color: rgb(207,240,189); }
H1.HeaderClassName
{
color: #CFF0BD;
}
.AnyTagClassName
{
color: #CFF0BD;
}
</style>
background-color css
<style>
a { background-color: #CFF0BD; }
a { background-color: rgb(207,240,189); }
div.DivClassName
{
background-color: #CFF0BD;
}
.BgClassName
{
background-color: #CFF0BD;
}
</style>
border-color css
<style>
span { border-color: #CFF0BD; }
span { border-color: rgb(207,240,189); }
td.TdClassName
{
border-color: #CFF0BD;
}
.TagClassName
{
border-color: #CFF0BD;
}
</style>