Shades of Tea Green #CFF4B8
Tints of Tea Green #CFF4B8
RGB
CMYK
RGB Variations
Color information
#CFF4B8 (or 0xCFF4B8) is known color: Tea Green. HEX triplet: CF, F4 and B8. RGB value is (207,244,184). Sum of RGB (Red+Green+Blue) = 207+244+184=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4B8 is #300B47. Grayscale: #E2E2E2. Windows color (decimal): -3148616 or 12121295. OLE color: 12121295.
HSL color Cylindrical-coordinate representation of color #CFF4B8: hue angle of 97º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFF4B8 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 184 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.04 |
| HSL | 97º | 0.73% | 0.84% | - |
| HSV(B) | 97º | 0.25% | 0.96% | - |
| XYZ | 66.73 | 81.43 | 57.55 | - |
| YUV | 226.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 184 | 0.15 | 0 | 0.25 | 0.04 | 97 | 0.73 | 0.84 |
| Hex | CF | F4 | B8 | F | 0 | 19 | 4 | 61 | 49 | 54 |
| Octal | 317 | 364 | 270 | 17 | 0 | 31 | 4 | 141 | 111 | 124 |
| Binary | 11001111 | 11110100 | 10111000 | 1111 | 0 | 11001 | 100 | 1100001 | 1001001 | 1010100 |
Color Harmonies of #CFF4B8
Complementary color
Monochromatic Colors of #CFF4B8
Black with #CFF4B8
Text Example
Text Example
White with #CFF4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B8; }
p { color: rgb(207,244,184); }
H1.HeaderClassName
{
color: #CFF4B8;
}
.AnyTagClassName
{
color: #CFF4B8;
}
</style>
background-color css
<style>
a { background-color: #CFF4B8; }
a { background-color: rgb(207,244,184); }
div.DivClassName
{
background-color: #CFF4B8;
}
.BgClassName
{
background-color: #CFF4B8;
}
</style>
border-color css
<style>
span { border-color: #CFF4B8; }
span { border-color: rgb(207,244,184); }
td.TdClassName
{
border-color: #CFF4B8;
}
.TagClassName
{
border-color: #CFF4B8;
}
</style>