Shades of Skeptic #96BCAC
Tints of Skeptic #96BCAC
RGB
CMYK
RGB Variations
Color information
#96BCAC (or 0x96BCAC) is known color: Skeptic. HEX triplet: 96, BC and AC. RGB value is (150,188,172). Sum of RGB (Red+Green+Blue) = 150+188+172=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #96BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BCAC is #694353. Grayscale: #AEAEAE. Windows color (decimal): -6898516 or 11320470. OLE color: 11320470.
HSL color Cylindrical-coordinate representation of color #96BCAC: hue angle of 154.74º 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 #96BCAC is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 172 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.26 |
| HSL | 154.74º | 0.22% | 0.66% | - |
| HSV(B) | 154.74º | 0.2% | 0.74% | - |
| XYZ | 38.01 | 45.43 | 45.8 | - |
| YUV | 174.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 172 | 0.20 | 0 | 0.09 | 0.26 | 154.74 | 0.22 | 0.66 |
| Hex | 96 | BC | AC | 14 | 0 | 9 | 1A | 9B | 16 | 42 |
| Octal | 226 | 274 | 254 | 24 | 0 | 11 | 32 | 233 | 26 | 102 |
| Binary | 10010110 | 10111100 | 10101100 | 10100 | 0 | 1001 | 11010 | 10011011 | 10110 | 1000010 |
Color Harmonies of #96BCAC
Complementary color
Monochromatic Colors of #96BCAC
Black with #96BCAC
Text Example
Text Example
White with #96BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BCAC; }
p { color: rgb(150,188,172); }
H1.HeaderClassName
{
color: #96BCAC;
}
.AnyTagClassName
{
color: #96BCAC;
}
</style>
background-color css
<style>
a { background-color: #96BCAC; }
a { background-color: rgb(150,188,172); }
div.DivClassName
{
background-color: #96BCAC;
}
.BgClassName
{
background-color: #96BCAC;
}
</style>
border-color css
<style>
span { border-color: #96BCAC; }
span { border-color: rgb(150,188,172); }
td.TdClassName
{
border-color: #96BCAC;
}
.TagClassName
{
border-color: #96BCAC;
}
</style>