Shades of Skeptic #8DB9A5
Tints of Skeptic #8DB9A5
RGB
CMYK
RGB Variations
Color information
#8DB9A5 (or 0x8DB9A5) is known color: Skeptic. HEX triplet: 8D, B9 and A5. RGB value is (141,185,165). Sum of RGB (Red+Green+Blue) = 141+185+165=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB9A5 is #72465A. Grayscale: #A9A9A9. Windows color (decimal): -7489115 or 10860941. OLE color: 10860941.
HSL color Cylindrical-coordinate representation of color #8DB9A5: hue angle of 152.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB9A5 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 165 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.27 |
| HSL | 152.73º | 0.24% | 0.64% | - |
| HSV(B) | 152.73º | 0.24% | 0.73% | - |
| XYZ | 35.13 | 43.08 | 42.06 | - |
| YUV | 169.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 165 | 0.24 | 0 | 0.11 | 0.27 | 152.73 | 0.24 | 0.64 |
| Hex | 8D | B9 | A5 | 18 | 0 | B | 1B | 99 | 18 | 40 |
| Octal | 215 | 271 | 245 | 30 | 0 | 13 | 33 | 231 | 30 | 100 |
| Binary | 10001101 | 10111001 | 10100101 | 11000 | 0 | 1011 | 11011 | 10011001 | 11000 | 1000000 |
Color Harmonies of #8DB9A5
Complementary color
Monochromatic Colors of #8DB9A5
Black with #8DB9A5
Text Example
Text Example
White with #8DB9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB9A5; }
p { color: rgb(141,185,165); }
H1.HeaderClassName
{
color: #8DB9A5;
}
.AnyTagClassName
{
color: #8DB9A5;
}
</style>
background-color css
<style>
a { background-color: #8DB9A5; }
a { background-color: rgb(141,185,165); }
div.DivClassName
{
background-color: #8DB9A5;
}
.BgClassName
{
background-color: #8DB9A5;
}
</style>
border-color css
<style>
span { border-color: #8DB9A5; }
span { border-color: rgb(141,185,165); }
td.TdClassName
{
border-color: #8DB9A5;
}
.TagClassName
{
border-color: #8DB9A5;
}
</style>