Shades of Skeptic #92BCAB
Tints of Skeptic #92BCAB
RGB
CMYK
RGB Variations
Color information
#92BCAB (or 0x92BCAB) is known color: Skeptic. HEX triplet: 92, BC and AB. RGB value is (146,188,171). Sum of RGB (Red+Green+Blue) = 146+188+171=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCAB is #6D4354. Grayscale: #ADADAD. Windows color (decimal): -7160661 or 11254930. OLE color: 11254930.
HSL color Cylindrical-coordinate representation of color #92BCAB: hue angle of 155.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCAB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 171 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.26 |
| HSL | 155.71º | 0.24% | 0.65% | - |
| HSV(B) | 155.71º | 0.22% | 0.74% | - |
| XYZ | 37.19 | 45.02 | 45.26 | - |
| YUV | 173.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 171 | 0.22 | 0 | 0.09 | 0.26 | 155.71 | 0.24 | 0.65 |
| Hex | 92 | BC | AB | 16 | 0 | 9 | 1A | 9C | 18 | 41 |
| Octal | 222 | 274 | 253 | 26 | 0 | 11 | 32 | 234 | 30 | 101 |
| Binary | 10010010 | 10111100 | 10101011 | 10110 | 0 | 1001 | 11010 | 10011100 | 11000 | 1000001 |
Color Harmonies of #92BCAB
Complementary color
Monochromatic Colors of #92BCAB
Black with #92BCAB
Text Example
Text Example
White with #92BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BCAB; }
p { color: rgb(146,188,171); }
H1.HeaderClassName
{
color: #92BCAB;
}
.AnyTagClassName
{
color: #92BCAB;
}
</style>
background-color css
<style>
a { background-color: #92BCAB; }
a { background-color: rgb(146,188,171); }
div.DivClassName
{
background-color: #92BCAB;
}
.BgClassName
{
background-color: #92BCAB;
}
</style>
border-color css
<style>
span { border-color: #92BCAB; }
span { border-color: rgb(146,188,171); }
td.TdClassName
{
border-color: #92BCAB;
}
.TagClassName
{
border-color: #92BCAB;
}
</style>