Shades of Pale Green #8BFBAB
Tints of Pale Green #8BFBAB
RGB
CMYK
RGB Variations
Color information
#8BFBAB (or 0x8BFBAB) is known color: Pale Green. HEX triplet: 8B, FB and AB. RGB value is (139,251,171). Sum of RGB (Red+Green+Blue) = 139+251+171=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFBAB is #740454. Grayscale: #D0D0D0. Windows color (decimal): -7603285 or 11271051. OLE color: 11271051.
HSL color Cylindrical-coordinate representation of color #8BFBAB: hue angle of 137.14º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFBAB is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 171 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.02 |
| HSL | 137.14º | 0.93% | 0.76% | - |
| HSV(B) | 137.14º | 0.45% | 0.98% | - |
| XYZ | 52.5 | 77.42 | 50.71 | - |
| YUV | 208.39 | 106.89 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 171 | 0.45 | 0 | 0.32 | 0.02 | 137.14 | 0.93 | 0.76 |
| Hex | 8B | FB | AB | 2D | 0 | 20 | 2 | 89 | 5D | 4C |
| Octal | 213 | 373 | 253 | 55 | 0 | 40 | 2 | 211 | 135 | 114 |
| Binary | 10001011 | 11111011 | 10101011 | 101101 | 0 | 100000 | 10 | 10001001 | 1011101 | 1001100 |
Color Harmonies of #8BFBAB
Complementary color
Monochromatic Colors of #8BFBAB
Black with #8BFBAB
Text Example
Text Example
White with #8BFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFBAB; }
p { color: rgb(139,251,171); }
H1.HeaderClassName
{
color: #8BFBAB;
}
.AnyTagClassName
{
color: #8BFBAB;
}
</style>
background-color css
<style>
a { background-color: #8BFBAB; }
a { background-color: rgb(139,251,171); }
div.DivClassName
{
background-color: #8BFBAB;
}
.BgClassName
{
background-color: #8BFBAB;
}
</style>
border-color css
<style>
span { border-color: #8BFBAB; }
span { border-color: rgb(139,251,171); }
td.TdClassName
{
border-color: #8BFBAB;
}
.TagClassName
{
border-color: #8BFBAB;
}
</style>