Shades of Skeptic #92BDAC
Tints of Skeptic #92BDAC
RGB
CMYK
RGB Variations
Color information
#92BDAC (or 0x92BDAC) is known color: Skeptic. HEX triplet: 92, BD and AC. RGB value is (146,189,172). Sum of RGB (Red+Green+Blue) = 146+189+172=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #92BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BDAC is #6D4253. Grayscale: #AEAEAE. Windows color (decimal): -7160404 or 11320722. OLE color: 11320722.
HSL color Cylindrical-coordinate representation of color #92BDAC: hue angle of 156.28º 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 #92BDAC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 172 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.26 |
| HSL | 156.28º | 0.25% | 0.66% | - |
| HSV(B) | 156.28º | 0.23% | 0.74% | - |
| XYZ | 37.5 | 45.48 | 45.83 | - |
| YUV | 174.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 172 | 0.23 | 0 | 0.09 | 0.26 | 156.28 | 0.25 | 0.66 |
| Hex | 92 | BD | AC | 17 | 0 | 9 | 1A | 9C | 19 | 42 |
| Octal | 222 | 275 | 254 | 27 | 0 | 11 | 32 | 234 | 31 | 102 |
| Binary | 10010010 | 10111101 | 10101100 | 10111 | 0 | 1001 | 11010 | 10011100 | 11001 | 1000010 |
Color Harmonies of #92BDAC
Complementary color
Monochromatic Colors of #92BDAC
Black with #92BDAC
Text Example
Text Example
White with #92BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BDAC; }
p { color: rgb(146,189,172); }
H1.HeaderClassName
{
color: #92BDAC;
}
.AnyTagClassName
{
color: #92BDAC;
}
</style>
background-color css
<style>
a { background-color: #92BDAC; }
a { background-color: rgb(146,189,172); }
div.DivClassName
{
background-color: #92BDAC;
}
.BgClassName
{
background-color: #92BDAC;
}
</style>
border-color css
<style>
span { border-color: #92BDAC; }
span { border-color: rgb(146,189,172); }
td.TdClassName
{
border-color: #92BDAC;
}
.TagClassName
{
border-color: #92BDAC;
}
</style>