Shades of Skeptic #93BEAC
Tints of Skeptic #93BEAC
RGB
CMYK
RGB Variations
Color information
#93BEAC (or 0x93BEAC) is known color: Skeptic. HEX triplet: 93, BE and AC. RGB value is (147,190,172). Sum of RGB (Red+Green+Blue) = 147+190+172=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEAC is #6C4153. Grayscale: #AFAFAF. Windows color (decimal): -7094612 or 11320979. OLE color: 11320979.
HSL color Cylindrical-coordinate representation of color #93BEAC: hue angle of 154.88º 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 #93BEAC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 172 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.25 |
| HSL | 154.88º | 0.25% | 0.66% | - |
| HSV(B) | 154.88º | 0.23% | 0.75% | - |
| XYZ | 37.89 | 46.01 | 45.91 | - |
| YUV | 175.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 172 | 0.23 | 0 | 0.09 | 0.25 | 154.88 | 0.25 | 0.66 |
| Hex | 93 | BE | AC | 17 | 0 | 9 | 19 | 9B | 19 | 42 |
| Octal | 223 | 276 | 254 | 27 | 0 | 11 | 31 | 233 | 31 | 102 |
| Binary | 10010011 | 10111110 | 10101100 | 10111 | 0 | 1001 | 11001 | 10011011 | 11001 | 1000010 |
Color Harmonies of #93BEAC
Complementary color
Monochromatic Colors of #93BEAC
Black with #93BEAC
Text Example
Text Example
White with #93BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEAC; }
p { color: rgb(147,190,172); }
H1.HeaderClassName
{
color: #93BEAC;
}
.AnyTagClassName
{
color: #93BEAC;
}
</style>
background-color css
<style>
a { background-color: #93BEAC; }
a { background-color: rgb(147,190,172); }
div.DivClassName
{
background-color: #93BEAC;
}
.BgClassName
{
background-color: #93BEAC;
}
</style>
border-color css
<style>
span { border-color: #93BEAC; }
span { border-color: rgb(147,190,172); }
td.TdClassName
{
border-color: #93BEAC;
}
.TagClassName
{
border-color: #93BEAC;
}
</style>