Shades of Tea Green #CFF4B2
Tints of Tea Green #CFF4B2
RGB
CMYK
RGB Variations
Color information
#CFF4B2 (or 0xCFF4B2) is known color: Tea Green. HEX triplet: CF, F4 and B2. RGB value is (207,244,178). Sum of RGB (Red+Green+Blue) = 207+244+178=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4B2 is #300B4D. Grayscale: #E1E1E1. Windows color (decimal): -3148622 or 11728079. OLE color: 11728079.
HSL color Cylindrical-coordinate representation of color #CFF4B2: hue angle of 93.64º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF4B2 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 178 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.04 |
| HSL | 93.64º | 0.75% | 0.83% | - |
| HSV(B) | 93.64º | 0.27% | 0.96% | - |
| XYZ | 66.12 | 81.18 | 54.3 | - |
| YUV | 225.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 178 | 0.15 | 0 | 0.27 | 0.04 | 93.64 | 0.75 | 0.83 |
| Hex | CF | F4 | B2 | F | 0 | 1B | 4 | 5E | 4B | 53 |
| Octal | 317 | 364 | 262 | 17 | 0 | 33 | 4 | 136 | 113 | 123 |
| Binary | 11001111 | 11110100 | 10110010 | 1111 | 0 | 11011 | 100 | 1011110 | 1001011 | 1010011 |
Color Harmonies of #CFF4B2
Complementary color
Monochromatic Colors of #CFF4B2
Black with #CFF4B2
Text Example
Text Example
White with #CFF4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B2; }
p { color: rgb(207,244,178); }
H1.HeaderClassName
{
color: #CFF4B2;
}
.AnyTagClassName
{
color: #CFF4B2;
}
</style>
background-color css
<style>
a { background-color: #CFF4B2; }
a { background-color: rgb(207,244,178); }
div.DivClassName
{
background-color: #CFF4B2;
}
.BgClassName
{
background-color: #CFF4B2;
}
</style>
border-color css
<style>
span { border-color: #CFF4B2; }
span { border-color: rgb(207,244,178); }
td.TdClassName
{
border-color: #CFF4B2;
}
.TagClassName
{
border-color: #CFF4B2;
}
</style>