Shades of Skeptic #9DBEAD
Tints of Skeptic #9DBEAD
RGB
CMYK
RGB Variations
Color information
#9DBEAD (or 0x9DBEAD) is known color: Skeptic. HEX triplet: 9D, BE and AD. RGB value is (157,190,173). Sum of RGB (Red+Green+Blue) = 157+190+173=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEAD is #624152. Grayscale: #B2B2B2. Windows color (decimal): -6439251 or 11386525. OLE color: 11386525.
HSL color Cylindrical-coordinate representation of color #9DBEAD: hue angle of 149.09º 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 #9DBEAD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 173 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.25 |
| HSL | 149.09º | 0.2% | 0.68% | - |
| HSV(B) | 149.09º | 0.17% | 0.75% | - |
| XYZ | 39.86 | 47.01 | 46.51 | - |
| YUV | 178.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 173 | 0.17 | 0 | 0.09 | 0.25 | 149.09 | 0.2 | 0.68 |
| Hex | 9D | BE | AD | 11 | 0 | 9 | 19 | 95 | 14 | 44 |
| Octal | 235 | 276 | 255 | 21 | 0 | 11 | 31 | 225 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10101101 | 10001 | 0 | 1001 | 11001 | 10010101 | 10100 | 1000100 |
Color Harmonies of #9DBEAD
Complementary color
Monochromatic Colors of #9DBEAD
Black with #9DBEAD
Text Example
Text Example
White with #9DBEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEAD; }
p { color: rgb(157,190,173); }
H1.HeaderClassName
{
color: #9DBEAD;
}
.AnyTagClassName
{
color: #9DBEAD;
}
</style>
background-color css
<style>
a { background-color: #9DBEAD; }
a { background-color: rgb(157,190,173); }
div.DivClassName
{
background-color: #9DBEAD;
}
.BgClassName
{
background-color: #9DBEAD;
}
</style>
border-color css
<style>
span { border-color: #9DBEAD; }
span { border-color: rgb(157,190,173); }
td.TdClassName
{
border-color: #9DBEAD;
}
.TagClassName
{
border-color: #9DBEAD;
}
</style>