Shades of Skeptic #93BFAD
Tints of Skeptic #93BFAD
RGB
CMYK
RGB Variations
Color information
#93BFAD (or 0x93BFAD) is known color: Skeptic. HEX triplet: 93, BF and AD. RGB value is (147,191,173). Sum of RGB (Red+Green+Blue) = 147+191+173=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BFAD is #6C4052. Grayscale: #AFAFAF. Windows color (decimal): -7094355 or 11386771. OLE color: 11386771.
HSL color Cylindrical-coordinate representation of color #93BFAD: hue angle of 155.45º degrees, saturation: 0.26, 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 #93BFAD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 173 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.25 |
| HSL | 155.45º | 0.26% | 0.66% | - |
| HSV(B) | 155.45º | 0.23% | 0.75% | - |
| XYZ | 38.21 | 46.48 | 46.49 | - |
| YUV | 175.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 173 | 0.23 | 0 | 0.09 | 0.25 | 155.45 | 0.26 | 0.66 |
| Hex | 93 | BF | AD | 17 | 0 | 9 | 19 | 9B | 1A | 42 |
| Octal | 223 | 277 | 255 | 27 | 0 | 11 | 31 | 233 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10101101 | 10111 | 0 | 1001 | 11001 | 10011011 | 11010 | 1000010 |
Color Harmonies of #93BFAD
Complementary color
Monochromatic Colors of #93BFAD
Black with #93BFAD
Text Example
Text Example
White with #93BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFAD; }
p { color: rgb(147,191,173); }
H1.HeaderClassName
{
color: #93BFAD;
}
.AnyTagClassName
{
color: #93BFAD;
}
</style>
background-color css
<style>
a { background-color: #93BFAD; }
a { background-color: rgb(147,191,173); }
div.DivClassName
{
background-color: #93BFAD;
}
.BgClassName
{
background-color: #93BFAD;
}
</style>
border-color css
<style>
span { border-color: #93BFAD; }
span { border-color: rgb(147,191,173); }
td.TdClassName
{
border-color: #93BFAD;
}
.TagClassName
{
border-color: #93BFAD;
}
</style>