Shades of Skeptic #96BCAA
Tints of Skeptic #96BCAA
RGB
CMYK
RGB Variations
Color information
#96BCAA (or 0x96BCAA) is known color: Skeptic. HEX triplet: 96, BC and AA. RGB value is (150,188,170). Sum of RGB (Red+Green+Blue) = 150+188+170=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCAA is #694355. Grayscale: #AEAEAE. Windows color (decimal): -6898518 or 11189398. OLE color: 11189398.
HSL color Cylindrical-coordinate representation of color #96BCAA: hue angle of 151.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BCAA is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 170 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.26 |
| HSL | 151.58º | 0.22% | 0.66% | - |
| HSV(B) | 151.58º | 0.2% | 0.74% | - |
| XYZ | 37.82 | 45.35 | 44.79 | - |
| YUV | 174.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 170 | 0.20 | 0 | 0.10 | 0.26 | 151.58 | 0.22 | 0.66 |
| Hex | 96 | BC | AA | 14 | 0 | A | 1A | 98 | 16 | 42 |
| Octal | 226 | 274 | 252 | 24 | 0 | 12 | 32 | 230 | 26 | 102 |
| Binary | 10010110 | 10111100 | 10101010 | 10100 | 0 | 1010 | 11010 | 10011000 | 10110 | 1000010 |
Color Harmonies of #96BCAA
Complementary color
Monochromatic Colors of #96BCAA
Black with #96BCAA
Text Example
Text Example
White with #96BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCAA; }
p { color: rgb(150,188,170); }
H1.HeaderClassName
{
color: #96BCAA;
}
.AnyTagClassName
{
color: #96BCAA;
}
</style>
background-color css
<style>
a { background-color: #96BCAA; }
a { background-color: rgb(150,188,170); }
div.DivClassName
{
background-color: #96BCAA;
}
.BgClassName
{
background-color: #96BCAA;
}
</style>
border-color css
<style>
span { border-color: #96BCAA; }
span { border-color: rgb(150,188,170); }
td.TdClassName
{
border-color: #96BCAA;
}
.TagClassName
{
border-color: #96BCAA;
}
</style>