Shades of Skeptic #94C1AD
Tints of Skeptic #94C1AD
RGB
CMYK
RGB Variations
Color information
#94C1AD (or 0x94C1AD) is known color: Skeptic. HEX triplet: 94, C1 and AD. RGB value is (148,193,173). Sum of RGB (Red+Green+Blue) = 148+193+173=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #94C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C1AD is #6B3E52. Grayscale: #B1B1B1. Windows color (decimal): -7028307 or 11387284. OLE color: 11387284.
HSL color Cylindrical-coordinate representation of color #94C1AD: hue angle of 153.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C1AD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 173 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.24 |
| HSL | 153.33º | 0.27% | 0.67% | - |
| HSV(B) | 153.33º | 0.23% | 0.76% | - |
| XYZ | 38.83 | 47.45 | 46.65 | - |
| YUV | 177.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 173 | 0.23 | 0 | 0.10 | 0.24 | 153.33 | 0.27 | 0.67 |
| Hex | 94 | C1 | AD | 17 | 0 | A | 18 | 99 | 1B | 43 |
| Octal | 224 | 301 | 255 | 27 | 0 | 12 | 30 | 231 | 33 | 103 |
| Binary | 10010100 | 11000001 | 10101101 | 10111 | 0 | 1010 | 11000 | 10011001 | 11011 | 1000011 |
Color Harmonies of #94C1AD
Complementary color
Monochromatic Colors of #94C1AD
Black with #94C1AD
Text Example
Text Example
White with #94C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C1AD; }
p { color: rgb(148,193,173); }
H1.HeaderClassName
{
color: #94C1AD;
}
.AnyTagClassName
{
color: #94C1AD;
}
</style>
background-color css
<style>
a { background-color: #94C1AD; }
a { background-color: rgb(148,193,173); }
div.DivClassName
{
background-color: #94C1AD;
}
.BgClassName
{
background-color: #94C1AD;
}
</style>
border-color css
<style>
span { border-color: #94C1AD; }
span { border-color: rgb(148,193,173); }
td.TdClassName
{
border-color: #94C1AD;
}
.TagClassName
{
border-color: #94C1AD;
}
</style>