Shades of Skeptic #9DBFAA
Tints of Skeptic #9DBFAA
RGB
CMYK
RGB Variations
Color information
#9DBFAA (or 0x9DBFAA) is known color: Skeptic. HEX triplet: 9D, BF and AA. RGB value is (157,191,170). Sum of RGB (Red+Green+Blue) = 157+191+170=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBFAA is #624055. Grayscale: #B2B2B2. Windows color (decimal): -6438998 or 11190173. OLE color: 11190173.
HSL color Cylindrical-coordinate representation of color #9DBFAA: hue angle of 142.94º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBFAA is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 170 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.25 |
| HSL | 142.94º | 0.21% | 0.68% | - |
| HSV(B) | 142.94º | 0.18% | 0.75% | - |
| XYZ | 39.79 | 47.33 | 45.07 | - |
| YUV | 178.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 170 | 0.18 | 0 | 0.11 | 0.25 | 142.94 | 0.21 | 0.68 |
| Hex | 9D | BF | AA | 12 | 0 | B | 19 | 8F | 15 | 44 |
| Octal | 235 | 277 | 252 | 22 | 0 | 13 | 31 | 217 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10101010 | 10010 | 0 | 1011 | 11001 | 10001111 | 10101 | 1000100 |
Color Harmonies of #9DBFAA
Complementary color
Monochromatic Colors of #9DBFAA
Black with #9DBFAA
Text Example
Text Example
White with #9DBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFAA; }
p { color: rgb(157,191,170); }
H1.HeaderClassName
{
color: #9DBFAA;
}
.AnyTagClassName
{
color: #9DBFAA;
}
</style>
background-color css
<style>
a { background-color: #9DBFAA; }
a { background-color: rgb(157,191,170); }
div.DivClassName
{
background-color: #9DBFAA;
}
.BgClassName
{
background-color: #9DBFAA;
}
</style>
border-color css
<style>
span { border-color: #9DBFAA; }
span { border-color: rgb(157,191,170); }
td.TdClassName
{
border-color: #9DBFAA;
}
.TagClassName
{
border-color: #9DBFAA;
}
</style>