Shades of Skeptic #92BDAB
Tints of Skeptic #92BDAB
RGB
CMYK
RGB Variations
Color information
#92BDAB (or 0x92BDAB) is known color: Skeptic. HEX triplet: 92, BD and AB. RGB value is (146,189,171). Sum of RGB (Red+Green+Blue) = 146+189+171=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #92BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BDAB is #6D4254. Grayscale: #AEAEAE. Windows color (decimal): -7160405 or 11255186. OLE color: 11255186.
HSL color Cylindrical-coordinate representation of color #92BDAB: hue angle of 154.88º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BDAB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 171 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.26 |
| HSL | 154.88º | 0.25% | 0.66% | - |
| HSV(B) | 154.88º | 0.23% | 0.74% | - |
| XYZ | 37.4 | 45.45 | 45.33 | - |
| YUV | 174.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 171 | 0.23 | 0 | 0.10 | 0.26 | 154.88 | 0.25 | 0.66 |
| Hex | 92 | BD | AB | 17 | 0 | A | 1A | 9B | 19 | 42 |
| Octal | 222 | 275 | 253 | 27 | 0 | 12 | 32 | 233 | 31 | 102 |
| Binary | 10010010 | 10111101 | 10101011 | 10111 | 0 | 1010 | 11010 | 10011011 | 11001 | 1000010 |
Color Harmonies of #92BDAB
Complementary color
Monochromatic Colors of #92BDAB
Black with #92BDAB
Text Example
Text Example
White with #92BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDAB; }
p { color: rgb(146,189,171); }
H1.HeaderClassName
{
color: #92BDAB;
}
.AnyTagClassName
{
color: #92BDAB;
}
</style>
background-color css
<style>
a { background-color: #92BDAB; }
a { background-color: rgb(146,189,171); }
div.DivClassName
{
background-color: #92BDAB;
}
.BgClassName
{
background-color: #92BDAB;
}
</style>
border-color css
<style>
span { border-color: #92BDAB; }
span { border-color: rgb(146,189,171); }
td.TdClassName
{
border-color: #92BDAB;
}
.TagClassName
{
border-color: #92BDAB;
}
</style>