Shades of Skeptic #92C0A9
Tints of Skeptic #92C0A9
RGB
CMYK
RGB Variations
Color information
#92C0A9 (or 0x92C0A9) is known color: Skeptic. HEX triplet: 92, C0 and A9. RGB value is (146,192,169). Sum of RGB (Red+Green+Blue) = 146+192+169=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #92C0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C0A9 is #6D3F56. Grayscale: #AFAFAF. Windows color (decimal): -7159639 or 11124882. OLE color: 11124882.
HSL color Cylindrical-coordinate representation of color #92C0A9: hue angle of 150º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C0A9 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 169 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.25 |
| HSL | 150º | 0.27% | 0.66% | - |
| HSV(B) | 150º | 0.24% | 0.75% | - |
| XYZ | 37.87 | 46.67 | 44.55 | - |
| YUV | 175.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 169 | 0.24 | 0 | 0.12 | 0.25 | 150 | 0.27 | 0.66 |
| Hex | 92 | C0 | A9 | 18 | 0 | C | 19 | 96 | 1B | 42 |
| Octal | 222 | 300 | 251 | 30 | 0 | 14 | 31 | 226 | 33 | 102 |
| Binary | 10010010 | 11000000 | 10101001 | 11000 | 0 | 1100 | 11001 | 10010110 | 11011 | 1000010 |
Color Harmonies of #92C0A9
Complementary color
Monochromatic Colors of #92C0A9
Black with #92C0A9
Text Example
Text Example
White with #92C0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C0A9; }
p { color: rgb(146,192,169); }
H1.HeaderClassName
{
color: #92C0A9;
}
.AnyTagClassName
{
color: #92C0A9;
}
</style>
background-color css
<style>
a { background-color: #92C0A9; }
a { background-color: rgb(146,192,169); }
div.DivClassName
{
background-color: #92C0A9;
}
.BgClassName
{
background-color: #92C0A9;
}
</style>
border-color css
<style>
span { border-color: #92C0A9; }
span { border-color: rgb(146,192,169); }
td.TdClassName
{
border-color: #92C0A9;
}
.TagClassName
{
border-color: #92C0A9;
}
</style>