Shades of Skeptic #8BBEA8
Tints of Skeptic #8BBEA8
RGB
CMYK
RGB Variations
Color information
#8BBEA8 (or 0x8BBEA8) is known color: Skeptic. HEX triplet: 8B, BE and A8. RGB value is (139,190,168). Sum of RGB (Red+Green+Blue) = 139+190+168=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEA8 is #744157. Grayscale: #ACACAC. Windows color (decimal): -7618904 or 11058827. OLE color: 11058827.
HSL color Cylindrical-coordinate representation of color #8BBEA8: hue angle of 154.12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEA8 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 168 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.25 |
| HSL | 154.12º | 0.28% | 0.65% | - |
| HSV(B) | 154.12º | 0.27% | 0.75% | - |
| XYZ | 36.13 | 45.14 | 43.86 | - |
| YUV | 172.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 168 | 0.27 | 0 | 0.12 | 0.25 | 154.12 | 0.28 | 0.65 |
| Hex | 8B | BE | A8 | 1B | 0 | C | 19 | 9A | 1C | 41 |
| Octal | 213 | 276 | 250 | 33 | 0 | 14 | 31 | 232 | 34 | 101 |
| Binary | 10001011 | 10111110 | 10101000 | 11011 | 0 | 1100 | 11001 | 10011010 | 11100 | 1000001 |
Color Harmonies of #8BBEA8
Complementary color
Monochromatic Colors of #8BBEA8
Black with #8BBEA8
Text Example
Text Example
White with #8BBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEA8; }
p { color: rgb(139,190,168); }
H1.HeaderClassName
{
color: #8BBEA8;
}
.AnyTagClassName
{
color: #8BBEA8;
}
</style>
background-color css
<style>
a { background-color: #8BBEA8; }
a { background-color: rgb(139,190,168); }
div.DivClassName
{
background-color: #8BBEA8;
}
.BgClassName
{
background-color: #8BBEA8;
}
</style>
border-color css
<style>
span { border-color: #8BBEA8; }
span { border-color: rgb(139,190,168); }
td.TdClassName
{
border-color: #8BBEA8;
}
.TagClassName
{
border-color: #8BBEA8;
}
</style>