Shades of Pale Green #8BFAAA
Tints of Pale Green #8BFAAA
RGB
CMYK
RGB Variations
Color information
#8BFAAA (or 0x8BFAAA) is known color: Pale Green. HEX triplet: 8B, FA and AA. RGB value is (139,250,170). Sum of RGB (Red+Green+Blue) = 139+250+170=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFAAA is #740555. Grayscale: #CFCFCF. Windows color (decimal): -7603542 or 11205259. OLE color: 11205259.
HSL color Cylindrical-coordinate representation of color #8BFAAA: hue angle of 136.76º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BFAAA is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 170 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.02 |
| HSL | 136.76º | 0.92% | 0.76% | - |
| HSV(B) | 136.76º | 0.44% | 0.98% | - |
| XYZ | 52.09 | 76.76 | 50.1 | - |
| YUV | 207.69 | 106.73 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 170 | 0.44 | 0 | 0.32 | 0.02 | 136.76 | 0.92 | 0.76 |
| Hex | 8B | FA | AA | 2C | 0 | 20 | 2 | 89 | 5C | 4C |
| Octal | 213 | 372 | 252 | 54 | 0 | 40 | 2 | 211 | 134 | 114 |
| Binary | 10001011 | 11111010 | 10101010 | 101100 | 0 | 100000 | 10 | 10001001 | 1011100 | 1001100 |
Color Harmonies of #8BFAAA
Complementary color
Monochromatic Colors of #8BFAAA
Black with #8BFAAA
Text Example
Text Example
White with #8BFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFAAA; }
p { color: rgb(139,250,170); }
H1.HeaderClassName
{
color: #8BFAAA;
}
.AnyTagClassName
{
color: #8BFAAA;
}
</style>
background-color css
<style>
a { background-color: #8BFAAA; }
a { background-color: rgb(139,250,170); }
div.DivClassName
{
background-color: #8BFAAA;
}
.BgClassName
{
background-color: #8BFAAA;
}
</style>
border-color css
<style>
span { border-color: #8BFAAA; }
span { border-color: rgb(139,250,170); }
td.TdClassName
{
border-color: #8BFAAA;
}
.TagClassName
{
border-color: #8BFAAA;
}
</style>