Shades of Skeptic #92BEAD
Tints of Skeptic #92BEAD
RGB
CMYK
RGB Variations
Color information
#92BEAD (or 0x92BEAD) is known color: Skeptic. HEX triplet: 92, BE and AD. RGB value is (146,190,173). Sum of RGB (Red+Green+Blue) = 146+190+173=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BEAD is #6D4152. Grayscale: #AEAEAE. Windows color (decimal): -7160147 or 11386514. OLE color: 11386514.
HSL color Cylindrical-coordinate representation of color #92BEAD: hue angle of 156.82º 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 #92BEAD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 190 | 173 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.25 |
| HSL | 156.82º | 0.25% | 0.66% | - |
| HSV(B) | 156.82º | 0.23% | 0.75% | - |
| XYZ | 37.81 | 45.96 | 46.41 | - |
| YUV | 174.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 190 | 173 | 0.23 | 0 | 0.09 | 0.25 | 156.82 | 0.25 | 0.66 |
| Hex | 92 | BE | AD | 17 | 0 | 9 | 19 | 9D | 19 | 42 |
| Octal | 222 | 276 | 255 | 27 | 0 | 11 | 31 | 235 | 31 | 102 |
| Binary | 10010010 | 10111110 | 10101101 | 10111 | 0 | 1001 | 11001 | 10011101 | 11001 | 1000010 |
Color Harmonies of #92BEAD
Complementary color
Monochromatic Colors of #92BEAD
Black with #92BEAD
Text Example
Text Example
White with #92BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BEAD; }
p { color: rgb(146,190,173); }
H1.HeaderClassName
{
color: #92BEAD;
}
.AnyTagClassName
{
color: #92BEAD;
}
</style>
background-color css
<style>
a { background-color: #92BEAD; }
a { background-color: rgb(146,190,173); }
div.DivClassName
{
background-color: #92BEAD;
}
.BgClassName
{
background-color: #92BEAD;
}
</style>
border-color css
<style>
span { border-color: #92BEAD; }
span { border-color: rgb(146,190,173); }
td.TdClassName
{
border-color: #92BEAD;
}
.TagClassName
{
border-color: #92BEAD;
}
</style>