Shades of Tea Green #CFFBC1
Tints of Tea Green #CFFBC1
RGB
CMYK
RGB Variations
Color information
#CFFBC1 (or 0xCFFBC1) is known color: Tea Green. HEX triplet: CF, FB and C1. RGB value is (207,251,193). Sum of RGB (Red+Green+Blue) = 207+251+193=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBC1 is #30043E. Grayscale: #E7E7E7. Windows color (decimal): -3146815 or 12712911. OLE color: 12712911.
HSL color Cylindrical-coordinate representation of color #CFFBC1: hue angle of 105.52º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFFBC1 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 251 | 193 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.02 |
| HSL | 105.52º | 0.88% | 0.87% | - |
| HSV(B) | 105.52º | 0.23% | 0.98% | - |
| XYZ | 69.85 | 86.11 | 63.39 | - |
| YUV | 231.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 251 | 193 | 0.18 | 0 | 0.23 | 0.02 | 105.52 | 0.88 | 0.87 |
| Hex | CF | FB | C1 | 12 | 0 | 17 | 2 | 6A | 58 | 57 |
| Octal | 317 | 373 | 301 | 22 | 0 | 27 | 2 | 152 | 130 | 127 |
| Binary | 11001111 | 11111011 | 11000001 | 10010 | 0 | 10111 | 10 | 1101010 | 1011000 | 1010111 |
Color Harmonies of #CFFBC1
Complementary color
Monochromatic Colors of #CFFBC1
Black with #CFFBC1
Text Example
Text Example
White with #CFFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFBC1; }
p { color: rgb(207,251,193); }
H1.HeaderClassName
{
color: #CFFBC1;
}
.AnyTagClassName
{
color: #CFFBC1;
}
</style>
background-color css
<style>
a { background-color: #CFFBC1; }
a { background-color: rgb(207,251,193); }
div.DivClassName
{
background-color: #CFFBC1;
}
.BgClassName
{
background-color: #CFFBC1;
}
</style>
border-color css
<style>
span { border-color: #CFFBC1; }
span { border-color: rgb(207,251,193); }
td.TdClassName
{
border-color: #CFFBC1;
}
.TagClassName
{
border-color: #CFFBC1;
}
</style>