Shades of Skeptic #92C1AA
Tints of Skeptic #92C1AA
RGB
CMYK
RGB Variations
Color information
#92C1AA (or 0x92C1AA) is known color: Skeptic. HEX triplet: 92, C1 and AA. RGB value is (146,193,170). Sum of RGB (Red+Green+Blue) = 146+193+170=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #92C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C1AA is #6D3E55. Grayscale: #B0B0B0. Windows color (decimal): -7159382 or 11190674. OLE color: 11190674.
HSL color Cylindrical-coordinate representation of color #92C1AA: hue angle of 150.64º 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 #92C1AA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 170 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.24 |
| HSL | 150.64º | 0.27% | 0.66% | - |
| HSV(B) | 150.64º | 0.24% | 0.76% | - |
| XYZ | 38.18 | 47.15 | 45.12 | - |
| YUV | 176.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 170 | 0.24 | 0 | 0.12 | 0.24 | 150.64 | 0.27 | 0.66 |
| Hex | 92 | C1 | AA | 18 | 0 | C | 18 | 97 | 1B | 42 |
| Octal | 222 | 301 | 252 | 30 | 0 | 14 | 30 | 227 | 33 | 102 |
| Binary | 10010010 | 11000001 | 10101010 | 11000 | 0 | 1100 | 11000 | 10010111 | 11011 | 1000010 |
Color Harmonies of #92C1AA
Complementary color
Monochromatic Colors of #92C1AA
Black with #92C1AA
Text Example
Text Example
White with #92C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C1AA; }
p { color: rgb(146,193,170); }
H1.HeaderClassName
{
color: #92C1AA;
}
.AnyTagClassName
{
color: #92C1AA;
}
</style>
background-color css
<style>
a { background-color: #92C1AA; }
a { background-color: rgb(146,193,170); }
div.DivClassName
{
background-color: #92C1AA;
}
.BgClassName
{
background-color: #92C1AA;
}
</style>
border-color css
<style>
span { border-color: #92C1AA; }
span { border-color: rgb(146,193,170); }
td.TdClassName
{
border-color: #92C1AA;
}
.TagClassName
{
border-color: #92C1AA;
}
</style>