Shades of Skeptic #96C2AB
Tints of Skeptic #96C2AB
RGB
CMYK
RGB Variations
Color information
#96C2AB (or 0x96C2AB) is known color: Skeptic. HEX triplet: 96, C2 and AB. RGB value is (150,194,171). Sum of RGB (Red+Green+Blue) = 150+194+171=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C2AB is #693D54. Grayscale: #B2B2B2. Windows color (decimal): -6896981 or 11256470. OLE color: 11256470.
HSL color Cylindrical-coordinate representation of color #96C2AB: hue angle of 148.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2AB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 171 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.24 |
| HSL | 148.64º | 0.27% | 0.67% | - |
| HSV(B) | 148.64º | 0.23% | 0.76% | - |
| XYZ | 39.22 | 48.01 | 45.73 | - |
| YUV | 178.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 171 | 0.23 | 0 | 0.12 | 0.24 | 148.64 | 0.27 | 0.67 |
| Hex | 96 | C2 | AB | 17 | 0 | C | 18 | 95 | 1B | 43 |
| Octal | 226 | 302 | 253 | 27 | 0 | 14 | 30 | 225 | 33 | 103 |
| Binary | 10010110 | 11000010 | 10101011 | 10111 | 0 | 1100 | 11000 | 10010101 | 11011 | 1000011 |
Color Harmonies of #96C2AB
Complementary color
Monochromatic Colors of #96C2AB
Black with #96C2AB
Text Example
Text Example
White with #96C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2AB; }
p { color: rgb(150,194,171); }
H1.HeaderClassName
{
color: #96C2AB;
}
.AnyTagClassName
{
color: #96C2AB;
}
</style>
background-color css
<style>
a { background-color: #96C2AB; }
a { background-color: rgb(150,194,171); }
div.DivClassName
{
background-color: #96C2AB;
}
.BgClassName
{
background-color: #96C2AB;
}
</style>
border-color css
<style>
span { border-color: #96C2AB; }
span { border-color: rgb(150,194,171); }
td.TdClassName
{
border-color: #96C2AB;
}
.TagClassName
{
border-color: #96C2AB;
}
</style>