Shades of Skeptic #93BBAB
Tints of Skeptic #93BBAB
RGB
CMYK
RGB Variations
Color information
#93BBAB (or 0x93BBAB) is known color: Skeptic. HEX triplet: 93, BB and AB. RGB value is (147,187,171). Sum of RGB (Red+Green+Blue) = 147+187+171=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BBAB is #6C4454. Grayscale: #ADADAD. Windows color (decimal): -7095381 or 11254675. OLE color: 11254675.
HSL color Cylindrical-coordinate representation of color #93BBAB: hue angle of 156º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BBAB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 171 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.27 |
| HSL | 156º | 0.23% | 0.65% | - |
| HSV(B) | 156º | 0.21% | 0.73% | - |
| XYZ | 37.15 | 44.68 | 45.19 | - |
| YUV | 173.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 171 | 0.21 | 0 | 0.09 | 0.27 | 156 | 0.23 | 0.65 |
| Hex | 93 | BB | AB | 15 | 0 | 9 | 1B | 9C | 17 | 41 |
| Octal | 223 | 273 | 253 | 25 | 0 | 11 | 33 | 234 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10101011 | 10101 | 0 | 1001 | 11011 | 10011100 | 10111 | 1000001 |
Color Harmonies of #93BBAB
Complementary color
Monochromatic Colors of #93BBAB
Black with #93BBAB
Text Example
Text Example
White with #93BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBAB; }
p { color: rgb(147,187,171); }
H1.HeaderClassName
{
color: #93BBAB;
}
.AnyTagClassName
{
color: #93BBAB;
}
</style>
background-color css
<style>
a { background-color: #93BBAB; }
a { background-color: rgb(147,187,171); }
div.DivClassName
{
background-color: #93BBAB;
}
.BgClassName
{
background-color: #93BBAB;
}
</style>
border-color css
<style>
span { border-color: #93BBAB; }
span { border-color: rgb(147,187,171); }
td.TdClassName
{
border-color: #93BBAB;
}
.TagClassName
{
border-color: #93BBAB;
}
</style>