Shades of Tea Green #BFF8B5
Tints of Tea Green #BFF8B5
RGB
CMYK
RGB Variations
Color information
#BFF8B5 (or 0xBFF8B5) is known color: Tea Green. HEX triplet: BF, F8 and B5. RGB value is (191,248,181). Sum of RGB (Red+Green+Blue) = 191+248+181=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8B5 is #40074A. Grayscale: #DFDFDF. Windows color (decimal): -4196171 or 11925695. OLE color: 11925695.
HSL color Cylindrical-coordinate representation of color #BFF8B5: hue angle of 111.04º 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 #BFF8B5 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 181 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.03 |
| HSL | 111.04º | 0.83% | 0.84% | - |
| HSV(B) | 111.04º | 0.27% | 0.97% | - |
| XYZ | 63.39 | 81.55 | 56.12 | - |
| YUV | 223.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 181 | 0.23 | 0 | 0.27 | 0.03 | 111.04 | 0.83 | 0.84 |
| Hex | BF | F8 | B5 | 17 | 0 | 1B | 3 | 6F | 53 | 54 |
| Octal | 277 | 370 | 265 | 27 | 0 | 33 | 3 | 157 | 123 | 124 |
| Binary | 10111111 | 11111000 | 10110101 | 10111 | 0 | 11011 | 11 | 1101111 | 1010011 | 1010100 |
Color Harmonies of #BFF8B5
Complementary color
Monochromatic Colors of #BFF8B5
Black with #BFF8B5
Text Example
Text Example
White with #BFF8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8B5; }
p { color: rgb(191,248,181); }
H1.HeaderClassName
{
color: #BFF8B5;
}
.AnyTagClassName
{
color: #BFF8B5;
}
</style>
background-color css
<style>
a { background-color: #BFF8B5; }
a { background-color: rgb(191,248,181); }
div.DivClassName
{
background-color: #BFF8B5;
}
.BgClassName
{
background-color: #BFF8B5;
}
</style>
border-color css
<style>
span { border-color: #BFF8B5; }
span { border-color: rgb(191,248,181); }
td.TdClassName
{
border-color: #BFF8B5;
}
.TagClassName
{
border-color: #BFF8B5;
}
</style>