Shades of Skeptic #92C1AB
Tints of Skeptic #92C1AB
RGB
CMYK
RGB Variations
Color information
#92C1AB (or 0x92C1AB) is known color: Skeptic. HEX triplet: 92, C1 and AB. RGB value is (146,193,171). Sum of RGB (Red+Green+Blue) = 146+193+171=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #92C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C1AB is #6D3E54. Grayscale: #B0B0B0. Windows color (decimal): -7159381 or 11256210. OLE color: 11256210.
HSL color Cylindrical-coordinate representation of color #92C1AB: hue angle of 151.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C1AB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 171 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.24 |
| HSL | 151.91º | 0.27% | 0.66% | - |
| HSV(B) | 151.91º | 0.24% | 0.76% | - |
| XYZ | 38.27 | 47.19 | 45.62 | - |
| YUV | 176.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 171 | 0.24 | 0 | 0.11 | 0.24 | 151.91 | 0.27 | 0.66 |
| Hex | 92 | C1 | AB | 18 | 0 | B | 18 | 98 | 1B | 42 |
| Octal | 222 | 301 | 253 | 30 | 0 | 13 | 30 | 230 | 33 | 102 |
| Binary | 10010010 | 11000001 | 10101011 | 11000 | 0 | 1011 | 11000 | 10011000 | 11011 | 1000010 |
Color Harmonies of #92C1AB
Complementary color
Monochromatic Colors of #92C1AB
Black with #92C1AB
Text Example
Text Example
White with #92C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C1AB; }
p { color: rgb(146,193,171); }
H1.HeaderClassName
{
color: #92C1AB;
}
.AnyTagClassName
{
color: #92C1AB;
}
</style>
background-color css
<style>
a { background-color: #92C1AB; }
a { background-color: rgb(146,193,171); }
div.DivClassName
{
background-color: #92C1AB;
}
.BgClassName
{
background-color: #92C1AB;
}
</style>
border-color css
<style>
span { border-color: #92C1AB; }
span { border-color: rgb(146,193,171); }
td.TdClassName
{
border-color: #92C1AB;
}
.TagClassName
{
border-color: #92C1AB;
}
</style>