Shades of Skeptic #94BCAA
Tints of Skeptic #94BCAA
RGB
CMYK
RGB Variations
Color information
#94BCAA (or 0x94BCAA) is known color: Skeptic. HEX triplet: 94, BC and AA. RGB value is (148,188,170). Sum of RGB (Red+Green+Blue) = 148+188+170=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCAA is #6B4355. Grayscale: #AEAEAE. Windows color (decimal): -7029590 or 11189396. OLE color: 11189396.
HSL color Cylindrical-coordinate representation of color #94BCAA: hue angle of 153º 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 #94BCAA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 170 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.26 |
| HSL | 153º | 0.23% | 0.66% | - |
| HSV(B) | 153º | 0.21% | 0.74% | - |
| XYZ | 37.45 | 45.16 | 44.77 | - |
| YUV | 173.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 170 | 0.21 | 0 | 0.10 | 0.26 | 153 | 0.23 | 0.66 |
| Hex | 94 | BC | AA | 15 | 0 | A | 1A | 99 | 17 | 42 |
| Octal | 224 | 274 | 252 | 25 | 0 | 12 | 32 | 231 | 27 | 102 |
| Binary | 10010100 | 10111100 | 10101010 | 10101 | 0 | 1010 | 11010 | 10011001 | 10111 | 1000010 |
Color Harmonies of #94BCAA
Complementary color
Monochromatic Colors of #94BCAA
Black with #94BCAA
Text Example
Text Example
White with #94BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCAA; }
p { color: rgb(148,188,170); }
H1.HeaderClassName
{
color: #94BCAA;
}
.AnyTagClassName
{
color: #94BCAA;
}
</style>
background-color css
<style>
a { background-color: #94BCAA; }
a { background-color: rgb(148,188,170); }
div.DivClassName
{
background-color: #94BCAA;
}
.BgClassName
{
background-color: #94BCAA;
}
</style>
border-color css
<style>
span { border-color: #94BCAA; }
span { border-color: rgb(148,188,170); }
td.TdClassName
{
border-color: #94BCAA;
}
.TagClassName
{
border-color: #94BCAA;
}
</style>