Shades of Skeptic #94C3AD
Tints of Skeptic #94C3AD
RGB
CMYK
RGB Variations
Color information
#94C3AD (or 0x94C3AD) is known color: Skeptic. HEX triplet: 94, C3 and AD. RGB value is (148,195,173). Sum of RGB (Red+Green+Blue) = 148+195+173=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #94C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C3AD is #6B3C52. Grayscale: #B2B2B2. Windows color (decimal): -7027795 or 11387796. OLE color: 11387796.
HSL color Cylindrical-coordinate representation of color #94C3AD: hue angle of 151.91º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C3AD is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 173 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.24 |
| HSL | 151.91º | 0.28% | 0.67% | - |
| HSV(B) | 151.91º | 0.24% | 0.76% | - |
| XYZ | 39.27 | 48.34 | 46.8 | - |
| YUV | 178.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 173 | 0.24 | 0 | 0.11 | 0.24 | 151.91 | 0.28 | 0.67 |
| Hex | 94 | C3 | AD | 18 | 0 | B | 18 | 98 | 1C | 43 |
| Octal | 224 | 303 | 255 | 30 | 0 | 13 | 30 | 230 | 34 | 103 |
| Binary | 10010100 | 11000011 | 10101101 | 11000 | 0 | 1011 | 11000 | 10011000 | 11100 | 1000011 |
Color Harmonies of #94C3AD
Complementary color
Monochromatic Colors of #94C3AD
Black with #94C3AD
Text Example
Text Example
White with #94C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C3AD; }
p { color: rgb(148,195,173); }
H1.HeaderClassName
{
color: #94C3AD;
}
.AnyTagClassName
{
color: #94C3AD;
}
</style>
background-color css
<style>
a { background-color: #94C3AD; }
a { background-color: rgb(148,195,173); }
div.DivClassName
{
background-color: #94C3AD;
}
.BgClassName
{
background-color: #94C3AD;
}
</style>
border-color css
<style>
span { border-color: #94C3AD; }
span { border-color: rgb(148,195,173); }
td.TdClassName
{
border-color: #94C3AD;
}
.TagClassName
{
border-color: #94C3AD;
}
</style>