Shades of Skeptic #93BEA8
Tints of Skeptic #93BEA8
RGB
CMYK
RGB Variations
Color information
#93BEA8 (or 0x93BEA8) is known color: Skeptic. HEX triplet: 93, BE and A8. RGB value is (147,190,168). Sum of RGB (Red+Green+Blue) = 147+190+168=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEA8 is #6C4157. Grayscale: #AEAEAE. Windows color (decimal): -7094616 or 11058835. OLE color: 11058835.
HSL color Cylindrical-coordinate representation of color #93BEA8: hue angle of 149.3º 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 #93BEA8 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 147 | 190 | 168 | - |
CMYK | 0.23 | 0 | 0.12 | 0.25 |
HSL | 149.3º | 0.25% | 0.66% | - |
HSV(B) | 149.3º | 0.23% | 0.75% | - |
XYZ | 37.51 | 45.86 | 43.92 | - |
YUV | 174.64 | 124.25 | 108.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 147 | 190 | 168 | 0.23 | 0 | 0.12 | 0.25 | 149.3 | 0.25 | 0.66 |
Hex | 93 | BE | A8 | 17 | 0 | C | 19 | 95 | 19 | 42 |
Octal | 223 | 276 | 250 | 27 | 0 | 14 | 31 | 225 | 31 | 102 |
Binary | 10010011 | 10111110 | 10101000 | 10111 | 0 | 1100 | 11001 | 10010101 | 11001 | 1000010 |
Color Harmonies of #93BEA8
Complementary color
Monochromatic Colors of #93BEA8
Black with #93BEA8
Text Example
Text Example
White with #93BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BEA8; }
p { color: rgb(147,190,168); }
H1.HeaderClassName
{
color: #93BEA8;
}
.AnyTagClassName
{
color: #93BEA8;
}
</style>
background-color css
<style>
a { background-color: #93BEA8; }
a { background-color: rgb(147,190,168); }
div.DivClassName
{
background-color: #93BEA8;
}
.BgClassName
{
background-color: #93BEA8;
}
</style>
border-color css
<style>
span { border-color: #93BEA8; }
span { border-color: rgb(147,190,168); }
td.TdClassName
{
border-color: #93BEA8;
}
.TagClassName
{
border-color: #93BEA8;
}
</style>