Shades of Tea Green #CFFFB5
Tints of Tea Green #CFFFB5
RGB
CMYK
RGB Variations
Color information
#CFFFB5 (or 0xCFFFB5) is known color: Tea Green. HEX triplet: CF, FF and B5. RGB value is (207,255,181). Sum of RGB (Red+Green+Blue) = 207+255+181=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFB5 is #30004A. Grayscale: #E8E8E8. Windows color (decimal): -3145803 or 11927503. OLE color: 11927503.
HSL color Cylindrical-coordinate representation of color #CFFFB5: hue angle of 98.92º 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 #CFFFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 181 | - |
| CMYK | 0.19 | 0 | 0.29 | 0 |
| HSL | 98.92º | 1% | 0.85% | - |
| HSV(B) | 98.92º | 0.29% | 1% | - |
| XYZ | 69.83 | 88.12 | 57.04 | - |
| YUV | 232.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 181 | 0.19 | 0 | 0.29 | 0 | 98.92 | 1 | 0.85 |
| Hex | CF | FF | B5 | 13 | 0 | 1D | 0 | 63 | 64 | 55 |
| Octal | 317 | 377 | 265 | 23 | 0 | 35 | 0 | 143 | 144 | 125 |
| Binary | 11001111 | 11111111 | 10110101 | 10011 | 0 | 11101 | 0 | 1100011 | 1100100 | 1010101 |
Color Harmonies of #CFFFB5
Complementary color
Monochromatic Colors of #CFFFB5
Black with #CFFFB5
Text Example
Text Example
White with #CFFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFB5; }
p { color: rgb(207,255,181); }
H1.HeaderClassName
{
color: #CFFFB5;
}
.AnyTagClassName
{
color: #CFFFB5;
}
</style>
background-color css
<style>
a { background-color: #CFFFB5; }
a { background-color: rgb(207,255,181); }
div.DivClassName
{
background-color: #CFFFB5;
}
.BgClassName
{
background-color: #CFFFB5;
}
</style>
border-color css
<style>
span { border-color: #CFFFB5; }
span { border-color: rgb(207,255,181); }
td.TdClassName
{
border-color: #CFFFB5;
}
.TagClassName
{
border-color: #CFFFB5;
}
</style>