Shades of Skeptic #96BDA8
Tints of Skeptic #96BDA8
RGB
CMYK
RGB Variations
Color information
#96BDA8 (or 0x96BDA8) is known color: Skeptic. HEX triplet: 96, BD and A8. RGB value is (150,189,168). Sum of RGB (Red+Green+Blue) = 150+189+168=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDA8 is #694257. Grayscale: #AEAEAE. Windows color (decimal): -6898264 or 11058582. OLE color: 11058582.
HSL color Cylindrical-coordinate representation of color #96BDA8: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDA8 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 168 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.26 |
| HSL | 147.69º | 0.23% | 0.66% | - |
| HSV(B) | 147.69º | 0.21% | 0.74% | - |
| XYZ | 37.84 | 45.71 | 43.87 | - |
| YUV | 174.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 168 | 0.21 | 0 | 0.11 | 0.26 | 147.69 | 0.23 | 0.66 |
| Hex | 96 | BD | A8 | 15 | 0 | B | 1A | 94 | 17 | 42 |
| Octal | 226 | 275 | 250 | 25 | 0 | 13 | 32 | 224 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10101000 | 10101 | 0 | 1011 | 11010 | 10010100 | 10111 | 1000010 |
Color Harmonies of #96BDA8
Complementary color
Monochromatic Colors of #96BDA8
Black with #96BDA8
Text Example
Text Example
White with #96BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDA8; }
p { color: rgb(150,189,168); }
H1.HeaderClassName
{
color: #96BDA8;
}
.AnyTagClassName
{
color: #96BDA8;
}
</style>
background-color css
<style>
a { background-color: #96BDA8; }
a { background-color: rgb(150,189,168); }
div.DivClassName
{
background-color: #96BDA8;
}
.BgClassName
{
background-color: #96BDA8;
}
</style>
border-color css
<style>
span { border-color: #96BDA8; }
span { border-color: rgb(150,189,168); }
td.TdClassName
{
border-color: #96BDA8;
}
.TagClassName
{
border-color: #96BDA8;
}
</style>