Shades of Skeptic #9BBEAB
Tints of Skeptic #9BBEAB
RGB
CMYK
RGB Variations
Color information
#9BBEAB (or 0x9BBEAB) is known color: Skeptic. HEX triplet: 9B, BE and AB. RGB value is (155,190,171). Sum of RGB (Red+Green+Blue) = 155+190+171=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEAB is #644154. Grayscale: #B1B1B1. Windows color (decimal): -6570325 or 11255451. OLE color: 11255451.
HSL color Cylindrical-coordinate representation of color #9BBEAB: hue angle of 147.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEAB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 171 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.25 |
| HSL | 147.43º | 0.21% | 0.68% | - |
| HSV(B) | 147.43º | 0.18% | 0.75% | - |
| XYZ | 39.28 | 46.74 | 45.48 | - |
| YUV | 177.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 171 | 0.18 | 0 | 0.10 | 0.25 | 147.43 | 0.21 | 0.68 |
| Hex | 9B | BE | AB | 12 | 0 | A | 19 | 93 | 15 | 44 |
| Octal | 233 | 276 | 253 | 22 | 0 | 12 | 31 | 223 | 25 | 104 |
| Binary | 10011011 | 10111110 | 10101011 | 10010 | 0 | 1010 | 11001 | 10010011 | 10101 | 1000100 |
Color Harmonies of #9BBEAB
Complementary color
Monochromatic Colors of #9BBEAB
Black with #9BBEAB
Text Example
Text Example
White with #9BBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEAB; }
p { color: rgb(155,190,171); }
H1.HeaderClassName
{
color: #9BBEAB;
}
.AnyTagClassName
{
color: #9BBEAB;
}
</style>
background-color css
<style>
a { background-color: #9BBEAB; }
a { background-color: rgb(155,190,171); }
div.DivClassName
{
background-color: #9BBEAB;
}
.BgClassName
{
background-color: #9BBEAB;
}
</style>
border-color css
<style>
span { border-color: #9BBEAB; }
span { border-color: rgb(155,190,171); }
td.TdClassName
{
border-color: #9BBEAB;
}
.TagClassName
{
border-color: #9BBEAB;
}
</style>