Shades of Skeptic #94BCAB
Tints of Skeptic #94BCAB
RGB
CMYK
RGB Variations
Color information
#94BCAB (or 0x94BCAB) is known color: Skeptic. HEX triplet: 94, BC and AB. RGB value is (148,188,171). Sum of RGB (Red+Green+Blue) = 148+188+171=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCAB is #6B4354. Grayscale: #AEAEAE. Windows color (decimal): -7029589 or 11254932. OLE color: 11254932.
HSL color Cylindrical-coordinate representation of color #94BCAB: hue angle of 154.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BCAB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 171 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.26 |
| HSL | 154.5º | 0.23% | 0.66% | - |
| HSV(B) | 154.5º | 0.21% | 0.74% | - |
| XYZ | 37.55 | 45.2 | 45.27 | - |
| YUV | 174.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 171 | 0.21 | 0 | 0.09 | 0.26 | 154.5 | 0.23 | 0.66 |
| Hex | 94 | BC | AB | 15 | 0 | 9 | 1A | 9A | 17 | 42 |
| Octal | 224 | 274 | 253 | 25 | 0 | 11 | 32 | 232 | 27 | 102 |
| Binary | 10010100 | 10111100 | 10101011 | 10101 | 0 | 1001 | 11010 | 10011010 | 10111 | 1000010 |
Color Harmonies of #94BCAB
Complementary color
Monochromatic Colors of #94BCAB
Black with #94BCAB
Text Example
Text Example
White with #94BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCAB; }
p { color: rgb(148,188,171); }
H1.HeaderClassName
{
color: #94BCAB;
}
.AnyTagClassName
{
color: #94BCAB;
}
</style>
background-color css
<style>
a { background-color: #94BCAB; }
a { background-color: rgb(148,188,171); }
div.DivClassName
{
background-color: #94BCAB;
}
.BgClassName
{
background-color: #94BCAB;
}
</style>
border-color css
<style>
span { border-color: #94BCAB; }
span { border-color: rgb(148,188,171); }
td.TdClassName
{
border-color: #94BCAB;
}
.TagClassName
{
border-color: #94BCAB;
}
</style>