Shades of Skeptic #92B5A8
Tints of Skeptic #92B5A8
RGB
CMYK
RGB Variations
Color information
#92B5A8 (or 0x92B5A8) is known color: Skeptic. HEX triplet: 92, B5 and A8. RGB value is (146,181,168). Sum of RGB (Red+Green+Blue) = 146+181+168=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #92B5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B5A8 is #6D4A57. Grayscale: #A9A9A9. Windows color (decimal): -7162456 or 11056530. OLE color: 11056530.
HSL color Cylindrical-coordinate representation of color #92B5A8: hue angle of 157.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B5A8 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 168 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.29 |
| HSL | 157.71º | 0.19% | 0.64% | - |
| HSV(B) | 157.71º | 0.19% | 0.71% | - |
| XYZ | 35.45 | 41.99 | 43.28 | - |
| YUV | 169.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 168 | 0.19 | 0 | 0.07 | 0.29 | 157.71 | 0.19 | 0.64 |
| Hex | 92 | B5 | A8 | 13 | 0 | 7 | 1D | 9E | 13 | 40 |
| Octal | 222 | 265 | 250 | 23 | 0 | 7 | 35 | 236 | 23 | 100 |
| Binary | 10010010 | 10110101 | 10101000 | 10011 | 0 | 111 | 11101 | 10011110 | 10011 | 1000000 |
Color Harmonies of #92B5A8
Complementary color
Monochromatic Colors of #92B5A8
Black with #92B5A8
Text Example
Text Example
White with #92B5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B5A8; }
p { color: rgb(146,181,168); }
H1.HeaderClassName
{
color: #92B5A8;
}
.AnyTagClassName
{
color: #92B5A8;
}
</style>
background-color css
<style>
a { background-color: #92B5A8; }
a { background-color: rgb(146,181,168); }
div.DivClassName
{
background-color: #92B5A8;
}
.BgClassName
{
background-color: #92B5A8;
}
</style>
border-color css
<style>
span { border-color: #92B5A8; }
span { border-color: rgb(146,181,168); }
td.TdClassName
{
border-color: #92B5A8;
}
.TagClassName
{
border-color: #92B5A8;
}
</style>