Shades of Tea Green #BFF8B4
Tints of Tea Green #BFF8B4
RGB
CMYK
RGB Variations
Color information
#BFF8B4 (or 0xBFF8B4) is known color: Tea Green. HEX triplet: BF, F8 and B4. RGB value is (191,248,180). Sum of RGB (Red+Green+Blue) = 191+248+180=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8B4 is #40074B. Grayscale: #DFDFDF. Windows color (decimal): -4196172 or 11860159. OLE color: 11860159.
HSL color Cylindrical-coordinate representation of color #BFF8B4: hue angle of 110.29º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFF8B4 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 180 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.03 |
| HSL | 110.29º | 0.83% | 0.84% | - |
| HSV(B) | 110.29º | 0.27% | 0.97% | - |
| XYZ | 63.29 | 81.51 | 55.58 | - |
| YUV | 223.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 180 | 0.23 | 0 | 0.27 | 0.03 | 110.29 | 0.83 | 0.84 |
| Hex | BF | F8 | B4 | 17 | 0 | 1B | 3 | 6E | 53 | 54 |
| Octal | 277 | 370 | 264 | 27 | 0 | 33 | 3 | 156 | 123 | 124 |
| Binary | 10111111 | 11111000 | 10110100 | 10111 | 0 | 11011 | 11 | 1101110 | 1010011 | 1010100 |
Color Harmonies of #BFF8B4
Complementary color
Monochromatic Colors of #BFF8B4
Black with #BFF8B4
Text Example
Text Example
White with #BFF8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8B4; }
p { color: rgb(191,248,180); }
H1.HeaderClassName
{
color: #BFF8B4;
}
.AnyTagClassName
{
color: #BFF8B4;
}
</style>
background-color css
<style>
a { background-color: #BFF8B4; }
a { background-color: rgb(191,248,180); }
div.DivClassName
{
background-color: #BFF8B4;
}
.BgClassName
{
background-color: #BFF8B4;
}
</style>
border-color css
<style>
span { border-color: #BFF8B4; }
span { border-color: rgb(191,248,180); }
td.TdClassName
{
border-color: #BFF8B4;
}
.TagClassName
{
border-color: #BFF8B4;
}
</style>