Shades of Skeptic #94C2AC
Tints of Skeptic #94C2AC
RGB
CMYK
RGB Variations
Color information
#94C2AC (or 0x94C2AC) is known color: Skeptic. HEX triplet: 94, C2 and AC. RGB value is (148,194,172). Sum of RGB (Red+Green+Blue) = 148+194+172=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2AC is #6B3D53. Grayscale: #B1B1B1. Windows color (decimal): -7028052 or 11322004. OLE color: 11322004.
HSL color Cylindrical-coordinate representation of color #94C2AC: hue angle of 151.3º degrees, saturation: 0.27, 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 #94C2AC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 172 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.24 |
| HSL | 151.3º | 0.27% | 0.67% | - |
| HSV(B) | 151.3º | 0.24% | 0.76% | - |
| XYZ | 38.95 | 47.86 | 46.21 | - |
| YUV | 177.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 172 | 0.24 | 0 | 0.11 | 0.24 | 151.3 | 0.27 | 0.67 |
| Hex | 94 | C2 | AC | 18 | 0 | B | 18 | 97 | 1B | 43 |
| Octal | 224 | 302 | 254 | 30 | 0 | 13 | 30 | 227 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10101100 | 11000 | 0 | 1011 | 11000 | 10010111 | 11011 | 1000011 |
Color Harmonies of #94C2AC
Complementary color
Monochromatic Colors of #94C2AC
Black with #94C2AC
Text Example
Text Example
White with #94C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2AC; }
p { color: rgb(148,194,172); }
H1.HeaderClassName
{
color: #94C2AC;
}
.AnyTagClassName
{
color: #94C2AC;
}
</style>
background-color css
<style>
a { background-color: #94C2AC; }
a { background-color: rgb(148,194,172); }
div.DivClassName
{
background-color: #94C2AC;
}
.BgClassName
{
background-color: #94C2AC;
}
</style>
border-color css
<style>
span { border-color: #94C2AC; }
span { border-color: rgb(148,194,172); }
td.TdClassName
{
border-color: #94C2AC;
}
.TagClassName
{
border-color: #94C2AC;
}
</style>