Shades of Skeptic #93BEAB
Tints of Skeptic #93BEAB
RGB
CMYK
RGB Variations
Color information
#93BEAB (or 0x93BEAB) is known color: Skeptic. HEX triplet: 93, BE and AB. RGB value is (147,190,171). Sum of RGB (Red+Green+Blue) = 147+190+171=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEAB is #6C4154. Grayscale: #AFAFAF. Windows color (decimal): -7094613 or 11255443. OLE color: 11255443.
HSL color Cylindrical-coordinate representation of color #93BEAB: hue angle of 153.49º 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 #93BEAB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 171 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.25 |
| HSL | 153.49º | 0.25% | 0.66% | - |
| HSV(B) | 153.49º | 0.23% | 0.75% | - |
| XYZ | 37.8 | 45.97 | 45.41 | - |
| YUV | 174.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 171 | 0.23 | 0 | 0.10 | 0.25 | 153.49 | 0.25 | 0.66 |
| Hex | 93 | BE | AB | 17 | 0 | A | 19 | 99 | 19 | 42 |
| Octal | 223 | 276 | 253 | 27 | 0 | 12 | 31 | 231 | 31 | 102 |
| Binary | 10010011 | 10111110 | 10101011 | 10111 | 0 | 1010 | 11001 | 10011001 | 11001 | 1000010 |
Color Harmonies of #93BEAB
Complementary color
Monochromatic Colors of #93BEAB
Black with #93BEAB
Text Example
Text Example
White with #93BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEAB; }
p { color: rgb(147,190,171); }
H1.HeaderClassName
{
color: #93BEAB;
}
.AnyTagClassName
{
color: #93BEAB;
}
</style>
background-color css
<style>
a { background-color: #93BEAB; }
a { background-color: rgb(147,190,171); }
div.DivClassName
{
background-color: #93BEAB;
}
.BgClassName
{
background-color: #93BEAB;
}
</style>
border-color css
<style>
span { border-color: #93BEAB; }
span { border-color: rgb(147,190,171); }
td.TdClassName
{
border-color: #93BEAB;
}
.TagClassName
{
border-color: #93BEAB;
}
</style>