Shades of Skeptic #96BFAB
Tints of Skeptic #96BFAB
RGB
CMYK
RGB Variations
Color information
#96BFAB (or 0x96BFAB) is known color: Skeptic. HEX triplet: 96, BF and AB. RGB value is (150,191,171). Sum of RGB (Red+Green+Blue) = 150+191+171=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BFAB is #694054. Grayscale: #B0B0B0. Windows color (decimal): -6897749 or 11255702. OLE color: 11255702.
HSL color Cylindrical-coordinate representation of color #96BFAB: hue angle of 150.73º 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 #96BFAB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 171 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.25 |
| HSL | 150.73º | 0.24% | 0.67% | - |
| HSV(B) | 150.73º | 0.21% | 0.75% | - |
| XYZ | 38.56 | 46.69 | 45.51 | - |
| YUV | 176.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 171 | 0.21 | 0 | 0.10 | 0.25 | 150.73 | 0.24 | 0.67 |
| Hex | 96 | BF | AB | 15 | 0 | A | 19 | 97 | 18 | 43 |
| Octal | 226 | 277 | 253 | 25 | 0 | 12 | 31 | 227 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10101011 | 10101 | 0 | 1010 | 11001 | 10010111 | 11000 | 1000011 |
Color Harmonies of #96BFAB
Complementary color
Monochromatic Colors of #96BFAB
Black with #96BFAB
Text Example
Text Example
White with #96BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFAB; }
p { color: rgb(150,191,171); }
H1.HeaderClassName
{
color: #96BFAB;
}
.AnyTagClassName
{
color: #96BFAB;
}
</style>
background-color css
<style>
a { background-color: #96BFAB; }
a { background-color: rgb(150,191,171); }
div.DivClassName
{
background-color: #96BFAB;
}
.BgClassName
{
background-color: #96BFAB;
}
</style>
border-color css
<style>
span { border-color: #96BFAB; }
span { border-color: rgb(150,191,171); }
td.TdClassName
{
border-color: #96BFAB;
}
.TagClassName
{
border-color: #96BFAB;
}
</style>