Shades of Skeptic #9DBEAA
Tints of Skeptic #9DBEAA
RGB
CMYK
RGB Variations
Color information
#9DBEAA (or 0x9DBEAA) is known color: Skeptic. HEX triplet: 9D, BE and AA. RGB value is (157,190,170). Sum of RGB (Red+Green+Blue) = 157+190+170=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEAA is #624155. Grayscale: #B1B1B1. Windows color (decimal): -6439254 or 11189917. OLE color: 11189917.
HSL color Cylindrical-coordinate representation of color #9DBEAA: hue angle of 143.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEAA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 170 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.25 |
| HSL | 143.64º | 0.2% | 0.68% | - |
| HSV(B) | 143.64º | 0.17% | 0.75% | - |
| XYZ | 39.57 | 46.9 | 45 | - |
| YUV | 177.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 170 | 0.17 | 0 | 0.11 | 0.25 | 143.64 | 0.2 | 0.68 |
| Hex | 9D | BE | AA | 11 | 0 | B | 19 | 90 | 14 | 44 |
| Octal | 235 | 276 | 252 | 21 | 0 | 13 | 31 | 220 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10101010 | 10001 | 0 | 1011 | 11001 | 10010000 | 10100 | 1000100 |
Color Harmonies of #9DBEAA
Complementary color
Monochromatic Colors of #9DBEAA
Black with #9DBEAA
Text Example
Text Example
White with #9DBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEAA; }
p { color: rgb(157,190,170); }
H1.HeaderClassName
{
color: #9DBEAA;
}
.AnyTagClassName
{
color: #9DBEAA;
}
</style>
background-color css
<style>
a { background-color: #9DBEAA; }
a { background-color: rgb(157,190,170); }
div.DivClassName
{
background-color: #9DBEAA;
}
.BgClassName
{
background-color: #9DBEAA;
}
</style>
border-color css
<style>
span { border-color: #9DBEAA; }
span { border-color: rgb(157,190,170); }
td.TdClassName
{
border-color: #9DBEAA;
}
.TagClassName
{
border-color: #9DBEAA;
}
</style>