Shades of Skeptic #92C2AA
Tints of Skeptic #92C2AA
RGB
CMYK
RGB Variations
Color information
#92C2AA (or 0x92C2AA) is known color: Skeptic. HEX triplet: 92, C2 and AA. RGB value is (146,194,170). Sum of RGB (Red+Green+Blue) = 146+194+170=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #92C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C2AA is #6D3D55. Grayscale: #B0B0B0. Windows color (decimal): -7159126 or 11190930. OLE color: 11190930.
HSL color Cylindrical-coordinate representation of color #92C2AA: hue angle of 150º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92C2AA is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 170 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.24 |
| HSL | 150º | 0.28% | 0.67% | - |
| HSV(B) | 150º | 0.25% | 0.76% | - |
| XYZ | 38.4 | 47.6 | 45.19 | - |
| YUV | 176.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 170 | 0.25 | 0 | 0.12 | 0.24 | 150 | 0.28 | 0.67 |
| Hex | 92 | C2 | AA | 19 | 0 | C | 18 | 96 | 1C | 43 |
| Octal | 222 | 302 | 252 | 31 | 0 | 14 | 30 | 226 | 34 | 103 |
| Binary | 10010010 | 11000010 | 10101010 | 11001 | 0 | 1100 | 11000 | 10010110 | 11100 | 1000011 |
Color Harmonies of #92C2AA
Complementary color
Monochromatic Colors of #92C2AA
Black with #92C2AA
Text Example
Text Example
White with #92C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C2AA; }
p { color: rgb(146,194,170); }
H1.HeaderClassName
{
color: #92C2AA;
}
.AnyTagClassName
{
color: #92C2AA;
}
</style>
background-color css
<style>
a { background-color: #92C2AA; }
a { background-color: rgb(146,194,170); }
div.DivClassName
{
background-color: #92C2AA;
}
.BgClassName
{
background-color: #92C2AA;
}
</style>
border-color css
<style>
span { border-color: #92C2AA; }
span { border-color: rgb(146,194,170); }
td.TdClassName
{
border-color: #92C2AA;
}
.TagClassName
{
border-color: #92C2AA;
}
</style>