Shades of Skeptic #9AC2AD
Tints of Skeptic #9AC2AD
RGB
CMYK
RGB Variations
Color information
#9AC2AD (or 0x9AC2AD) is known color: Skeptic. HEX triplet: 9A, C2 and AD. RGB value is (154,194,173). Sum of RGB (Red+Green+Blue) = 154+194+173=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC2AD is #653D52. Grayscale: #B3B3B3. Windows color (decimal): -6634835 or 11387546. OLE color: 11387546.
HSL color Cylindrical-coordinate representation of color #9AC2AD: hue angle of 148.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC2AD is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 173 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.24 |
| HSL | 148.5º | 0.25% | 0.68% | - |
| HSV(B) | 148.5º | 0.21% | 0.76% | - |
| XYZ | 40.16 | 48.47 | 46.77 | - |
| YUV | 179.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 173 | 0.21 | 0 | 0.11 | 0.24 | 148.5 | 0.25 | 0.68 |
| Hex | 9A | C2 | AD | 15 | 0 | B | 18 | 94 | 19 | 44 |
| Octal | 232 | 302 | 255 | 25 | 0 | 13 | 30 | 224 | 31 | 104 |
| Binary | 10011010 | 11000010 | 10101101 | 10101 | 0 | 1011 | 11000 | 10010100 | 11001 | 1000100 |
Color Harmonies of #9AC2AD
Complementary color
Monochromatic Colors of #9AC2AD
Black with #9AC2AD
Text Example
Text Example
White with #9AC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2AD; }
p { color: rgb(154,194,173); }
H1.HeaderClassName
{
color: #9AC2AD;
}
.AnyTagClassName
{
color: #9AC2AD;
}
</style>
background-color css
<style>
a { background-color: #9AC2AD; }
a { background-color: rgb(154,194,173); }
div.DivClassName
{
background-color: #9AC2AD;
}
.BgClassName
{
background-color: #9AC2AD;
}
</style>
border-color css
<style>
span { border-color: #9AC2AD; }
span { border-color: rgb(154,194,173); }
td.TdClassName
{
border-color: #9AC2AD;
}
.TagClassName
{
border-color: #9AC2AD;
}
</style>