Shades of Skeptic #96BCAE
Tints of Skeptic #96BCAE
RGB
CMYK
RGB Variations
Color information
#96BCAE (or 0x96BCAE) is known color: Skeptic. HEX triplet: 96, BC and AE. RGB value is (150,188,174). Sum of RGB (Red+Green+Blue) = 150+188+174=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCAE is #694351. Grayscale: #AFAFAF. Windows color (decimal): -6898514 or 11451542. OLE color: 11451542.
HSL color Cylindrical-coordinate representation of color #96BCAE: hue angle of 157.89º 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 #96BCAE is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 174 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.26 |
| HSL | 157.89º | 0.22% | 0.66% | - |
| HSV(B) | 157.89º | 0.2% | 0.74% | - |
| XYZ | 38.2 | 45.51 | 46.81 | - |
| YUV | 175.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 174 | 0.20 | 0 | 0.07 | 0.26 | 157.89 | 0.22 | 0.66 |
| Hex | 96 | BC | AE | 14 | 0 | 7 | 1A | 9E | 16 | 42 |
| Octal | 226 | 274 | 256 | 24 | 0 | 7 | 32 | 236 | 26 | 102 |
| Binary | 10010110 | 10111100 | 10101110 | 10100 | 0 | 111 | 11010 | 10011110 | 10110 | 1000010 |
Color Harmonies of #96BCAE
Complementary color
Monochromatic Colors of #96BCAE
Black with #96BCAE
Text Example
Text Example
White with #96BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCAE; }
p { color: rgb(150,188,174); }
H1.HeaderClassName
{
color: #96BCAE;
}
.AnyTagClassName
{
color: #96BCAE;
}
</style>
background-color css
<style>
a { background-color: #96BCAE; }
a { background-color: rgb(150,188,174); }
div.DivClassName
{
background-color: #96BCAE;
}
.BgClassName
{
background-color: #96BCAE;
}
</style>
border-color css
<style>
span { border-color: #96BCAE; }
span { border-color: rgb(150,188,174); }
td.TdClassName
{
border-color: #96BCAE;
}
.TagClassName
{
border-color: #96BCAE;
}
</style>