Shades of Tea Green #CFFFB2
Tints of Tea Green #CFFFB2
RGB
CMYK
RGB Variations
Color information
#CFFFB2 (or 0xCFFFB2) is known color: Tea Green. HEX triplet: CF, FF and B2. RGB value is (207,255,178). Sum of RGB (Red+Green+Blue) = 207+255+178=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFB2 is #30004D. Grayscale: #E8E8E8. Windows color (decimal): -3145806 or 11730895. OLE color: 11730895.
HSL color Cylindrical-coordinate representation of color #CFFFB2: hue angle of 97.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFFB2 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 178 | - |
| CMYK | 0.19 | 0 | 0.30 | 0 |
| HSL | 97.4º | 1% | 0.85% | - |
| HSV(B) | 97.4º | 0.3% | 1% | - |
| XYZ | 69.53 | 88 | 55.44 | - |
| YUV | 231.87 | 97.6 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 178 | 0.19 | 0 | 0.30 | 0 | 97.4 | 1 | 0.85 |
| Hex | CF | FF | B2 | 13 | 0 | 1E | 0 | 61 | 64 | 55 |
| Octal | 317 | 377 | 262 | 23 | 0 | 36 | 0 | 141 | 144 | 125 |
| Binary | 11001111 | 11111111 | 10110010 | 10011 | 0 | 11110 | 0 | 1100001 | 1100100 | 1010101 |
Color Harmonies of #CFFFB2
Complementary color
Monochromatic Colors of #CFFFB2
Black with #CFFFB2
Text Example
Text Example
White with #CFFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFB2; }
p { color: rgb(207,255,178); }
H1.HeaderClassName
{
color: #CFFFB2;
}
.AnyTagClassName
{
color: #CFFFB2;
}
</style>
background-color css
<style>
a { background-color: #CFFFB2; }
a { background-color: rgb(207,255,178); }
div.DivClassName
{
background-color: #CFFFB2;
}
.BgClassName
{
background-color: #CFFFB2;
}
</style>
border-color css
<style>
span { border-color: #CFFFB2; }
span { border-color: rgb(207,255,178); }
td.TdClassName
{
border-color: #CFFFB2;
}
.TagClassName
{
border-color: #CFFFB2;
}
</style>