Shades of Shadow Green #8ABFB5
Tints of Shadow Green #8ABFB5
RGB
CMYK
RGB Variations
Color information
#8ABFB5 (or 0x8ABFB5) is known color: Shadow Green. HEX triplet: 8A, BF and B5. RGB value is (138,191,181). Sum of RGB (Red+Green+Blue) = 138+191+181=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFB5 is #75404A. Grayscale: #AEAEAE. Windows color (decimal): -7684171 or 11911050. OLE color: 11911050.
HSL color Cylindrical-coordinate representation of color #8ABFB5: hue angle of 168.68º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABFB5 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 181 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.25 |
| HSL | 168.68º | 0.29% | 0.65% | - |
| HSV(B) | 168.68º | 0.28% | 0.75% | - |
| XYZ | 37.45 | 46 | 50.62 | - |
| YUV | 174.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 181 | 0.28 | 0 | 0.05 | 0.25 | 168.68 | 0.29 | 0.65 |
| Hex | 8A | BF | B5 | 1C | 0 | 5 | 19 | A9 | 1D | 41 |
| Octal | 212 | 277 | 265 | 34 | 0 | 5 | 31 | 251 | 35 | 101 |
| Binary | 10001010 | 10111111 | 10110101 | 11100 | 0 | 101 | 11001 | 10101001 | 11101 | 1000001 |
Color Harmonies of #8ABFB5
Complementary color
Monochromatic Colors of #8ABFB5
Black with #8ABFB5
Text Example
Text Example
White with #8ABFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABFB5; }
p { color: rgb(138,191,181); }
H1.HeaderClassName
{
color: #8ABFB5;
}
.AnyTagClassName
{
color: #8ABFB5;
}
</style>
background-color css
<style>
a { background-color: #8ABFB5; }
a { background-color: rgb(138,191,181); }
div.DivClassName
{
background-color: #8ABFB5;
}
.BgClassName
{
background-color: #8ABFB5;
}
</style>
border-color css
<style>
span { border-color: #8ABFB5; }
span { border-color: rgb(138,191,181); }
td.TdClassName
{
border-color: #8ABFB5;
}
.TagClassName
{
border-color: #8ABFB5;
}
</style>