Shades of Skeptic #92BEAA
Tints of Skeptic #92BEAA
RGB
CMYK
RGB Variations
Color information
#92BEAA (or 0x92BEAA) is known color: Skeptic. HEX triplet: 92, BE and AA. RGB value is (146,190,170). Sum of RGB (Red+Green+Blue) = 146+190+170=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BEAA is #6D4155. Grayscale: #AEAEAE. Windows color (decimal): -7160150 or 11189906. OLE color: 11189906.
HSL color Cylindrical-coordinate representation of color #92BEAA: hue angle of 152.73º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BEAA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 190 | 170 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.25 |
| HSL | 152.73º | 0.25% | 0.66% | - |
| HSV(B) | 152.73º | 0.23% | 0.75% | - |
| XYZ | 37.52 | 45.84 | 44.9 | - |
| YUV | 174.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 170 | 0.23 | 0 | 0.11 | 0.25 | 152.73 | 0.25 | 0.66 |
| Hex | 92 | BE | AA | 17 | 0 | B | 19 | 99 | 19 | 42 |
| Octal | 222 | 276 | 252 | 27 | 0 | 13 | 31 | 231 | 31 | 102 |
| Binary | 10010010 | 10111110 | 10101010 | 10111 | 0 | 1011 | 11001 | 10011001 | 11001 | 1000010 |
Color Harmonies of #92BEAA
Complementary color
Monochromatic Colors of #92BEAA
Black with #92BEAA
Text Example
Text Example
White with #92BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEAA; }
p { color: rgb(146,190,170); }
H1.HeaderClassName
{
color: #92BEAA;
}
.AnyTagClassName
{
color: #92BEAA;
}
</style>
background-color css
<style>
a { background-color: #92BEAA; }
a { background-color: rgb(146,190,170); }
div.DivClassName
{
background-color: #92BEAA;
}
.BgClassName
{
background-color: #92BEAA;
}
</style>
border-color css
<style>
span { border-color: #92BEAA; }
span { border-color: rgb(146,190,170); }
td.TdClassName
{
border-color: #92BEAA;
}
.TagClassName
{
border-color: #92BEAA;
}
</style>