Shades of Pale Green #8BFCAC
Tints of Pale Green #8BFCAC
RGB
CMYK
RGB Variations
Color information
#8BFCAC (or 0x8BFCAC) is known color: Pale Green. HEX triplet: 8B, FC and AC. RGB value is (139,252,172). Sum of RGB (Red+Green+Blue) = 139+252+172=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFCAC is #740353. Grayscale: #D1D1D1. Windows color (decimal): -7603028 or 11336843. OLE color: 11336843.
HSL color Cylindrical-coordinate representation of color #8BFCAC: hue angle of 137.52º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCAC is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 172 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.01 |
| HSL | 137.52º | 0.95% | 0.77% | - |
| HSV(B) | 137.52º | 0.45% | 0.99% | - |
| XYZ | 52.9 | 78.09 | 51.31 | - |
| YUV | 209.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 172 | 0.45 | 0 | 0.32 | 0.01 | 137.52 | 0.95 | 0.77 |
| Hex | 8B | FC | AC | 2D | 0 | 20 | 1 | 8A | 5F | 4D |
| Octal | 213 | 374 | 254 | 55 | 0 | 40 | 1 | 212 | 137 | 115 |
| Binary | 10001011 | 11111100 | 10101100 | 101101 | 0 | 100000 | 1 | 10001010 | 1011111 | 1001101 |
Color Harmonies of #8BFCAC
Complementary color
Monochromatic Colors of #8BFCAC
Black with #8BFCAC
Text Example
Text Example
White with #8BFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCAC; }
p { color: rgb(139,252,172); }
H1.HeaderClassName
{
color: #8BFCAC;
}
.AnyTagClassName
{
color: #8BFCAC;
}
</style>
background-color css
<style>
a { background-color: #8BFCAC; }
a { background-color: rgb(139,252,172); }
div.DivClassName
{
background-color: #8BFCAC;
}
.BgClassName
{
background-color: #8BFCAC;
}
</style>
border-color css
<style>
span { border-color: #8BFCAC; }
span { border-color: rgb(139,252,172); }
td.TdClassName
{
border-color: #8BFCAC;
}
.TagClassName
{
border-color: #8BFCAC;
}
</style>