Shades of Skeptic #94C4AE
Tints of Skeptic #94C4AE
RGB
CMYK
RGB Variations
Color information
#94C4AE (or 0x94C4AE) is known color: Skeptic. HEX triplet: 94, C4 and AE. RGB value is (148,196,174). Sum of RGB (Red+Green+Blue) = 148+196+174=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #94C4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C4AE is #6B3B51. Grayscale: #B3B3B3. Windows color (decimal): -7027538 or 11453588. OLE color: 11453588.
HSL color Cylindrical-coordinate representation of color #94C4AE: hue angle of 152.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C4AE is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 196 | 174 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.23 |
| HSL | 152.5º | 0.29% | 0.67% | - |
| HSV(B) | 152.5º | 0.24% | 0.77% | - |
| XYZ | 39.59 | 48.83 | 47.38 | - |
| YUV | 179.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 196 | 174 | 0.24 | 0 | 0.11 | 0.23 | 152.5 | 0.29 | 0.67 |
| Hex | 94 | C4 | AE | 18 | 0 | B | 17 | 98 | 1D | 43 |
| Octal | 224 | 304 | 256 | 30 | 0 | 13 | 27 | 230 | 35 | 103 |
| Binary | 10010100 | 11000100 | 10101110 | 11000 | 0 | 1011 | 10111 | 10011000 | 11101 | 1000011 |
Color Harmonies of #94C4AE
Complementary color
Monochromatic Colors of #94C4AE
Black with #94C4AE
Text Example
Text Example
White with #94C4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C4AE; }
p { color: rgb(148,196,174); }
H1.HeaderClassName
{
color: #94C4AE;
}
.AnyTagClassName
{
color: #94C4AE;
}
</style>
background-color css
<style>
a { background-color: #94C4AE; }
a { background-color: rgb(148,196,174); }
div.DivClassName
{
background-color: #94C4AE;
}
.BgClassName
{
background-color: #94C4AE;
}
</style>
border-color css
<style>
span { border-color: #94C4AE; }
span { border-color: rgb(148,196,174); }
td.TdClassName
{
border-color: #94C4AE;
}
.TagClassName
{
border-color: #94C4AE;
}
</style>