Shades of Skeptic #96BFAC
Tints of Skeptic #96BFAC
RGB
CMYK
RGB Variations
Color information
#96BFAC (or 0x96BFAC) is known color: Skeptic. HEX triplet: 96, BF and AC. RGB value is (150,191,172). Sum of RGB (Red+Green+Blue) = 150+191+172=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAC is #694053. Grayscale: #B0B0B0. Windows color (decimal): -6897748 or 11321238. OLE color: 11321238.
HSL color Cylindrical-coordinate representation of color #96BFAC: hue angle of 152.2º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFAC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 172 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.25 |
| HSL | 152.2º | 0.24% | 0.67% | - |
| HSV(B) | 152.2º | 0.21% | 0.75% | - |
| XYZ | 38.65 | 46.72 | 46.01 | - |
| YUV | 176.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 172 | 0.21 | 0 | 0.10 | 0.25 | 152.2 | 0.24 | 0.67 |
| Hex | 96 | BF | AC | 15 | 0 | A | 19 | 98 | 18 | 43 |
| Octal | 226 | 277 | 254 | 25 | 0 | 12 | 31 | 230 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10101100 | 10101 | 0 | 1010 | 11001 | 10011000 | 11000 | 1000011 |
Color Harmonies of #96BFAC
Complementary color
Monochromatic Colors of #96BFAC
Black with #96BFAC
Text Example
Text Example
White with #96BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFAC; }
p { color: rgb(150,191,172); }
H1.HeaderClassName
{
color: #96BFAC;
}
.AnyTagClassName
{
color: #96BFAC;
}
</style>
background-color css
<style>
a { background-color: #96BFAC; }
a { background-color: rgb(150,191,172); }
div.DivClassName
{
background-color: #96BFAC;
}
.BgClassName
{
background-color: #96BFAC;
}
</style>
border-color css
<style>
span { border-color: #96BFAC; }
span { border-color: rgb(150,191,172); }
td.TdClassName
{
border-color: #96BFAC;
}
.TagClassName
{
border-color: #96BFAC;
}
</style>