Shades of Tea Green #CFFFB4
Tints of Tea Green #CFFFB4
RGB
CMYK
RGB Variations
Color information
#CFFFB4 (or 0xCFFFB4) is known color: Tea Green. HEX triplet: CF, FF and B4. RGB value is (207,255,180). Sum of RGB (Red+Green+Blue) = 207+255+180=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFB4 is #30004B. Grayscale: #E8E8E8. Windows color (decimal): -3145804 or 11861967. OLE color: 11861967.
HSL color Cylindrical-coordinate representation of color #CFFFB4: hue angle of 98.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFFFB4 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 180 | - |
| CMYK | 0.19 | 0 | 0.29 | 0 |
| HSL | 98.4º | 1% | 0.85% | - |
| HSV(B) | 98.4º | 0.29% | 1% | - |
| XYZ | 69.73 | 88.08 | 56.51 | - |
| YUV | 232.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 180 | 0.19 | 0 | 0.29 | 0 | 98.4 | 1 | 0.85 |
| Hex | CF | FF | B4 | 13 | 0 | 1D | 0 | 62 | 64 | 55 |
| Octal | 317 | 377 | 264 | 23 | 0 | 35 | 0 | 142 | 144 | 125 |
| Binary | 11001111 | 11111111 | 10110100 | 10011 | 0 | 11101 | 0 | 1100010 | 1100100 | 1010101 |
Color Harmonies of #CFFFB4
Complementary color
Monochromatic Colors of #CFFFB4
Black with #CFFFB4
Text Example
Text Example
White with #CFFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFB4; }
p { color: rgb(207,255,180); }
H1.HeaderClassName
{
color: #CFFFB4;
}
.AnyTagClassName
{
color: #CFFFB4;
}
</style>
background-color css
<style>
a { background-color: #CFFFB4; }
a { background-color: rgb(207,255,180); }
div.DivClassName
{
background-color: #CFFFB4;
}
.BgClassName
{
background-color: #CFFFB4;
}
</style>
border-color css
<style>
span { border-color: #CFFFB4; }
span { border-color: rgb(207,255,180); }
td.TdClassName
{
border-color: #CFFFB4;
}
.TagClassName
{
border-color: #CFFFB4;
}
</style>