Shades of Skeptic #94C2AA
Tints of Skeptic #94C2AA
RGB
CMYK
RGB Variations
Color information
#94C2AA (or 0x94C2AA) is known color: Skeptic. HEX triplet: 94, C2 and AA. RGB value is (148,194,170). Sum of RGB (Red+Green+Blue) = 148+194+170=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2AA is #6B3D55. Grayscale: #B1B1B1. Windows color (decimal): -7028054 or 11190932. OLE color: 11190932.
HSL color Cylindrical-coordinate representation of color #94C2AA: hue angle of 148.7º 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 #94C2AA is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 170 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.24 |
| HSL | 148.7º | 0.27% | 0.67% | - |
| HSV(B) | 148.7º | 0.24% | 0.76% | - |
| XYZ | 38.76 | 47.78 | 45.21 | - |
| YUV | 177.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 170 | 0.24 | 0 | 0.12 | 0.24 | 148.7 | 0.27 | 0.67 |
| Hex | 94 | C2 | AA | 18 | 0 | C | 18 | 95 | 1B | 43 |
| Octal | 224 | 302 | 252 | 30 | 0 | 14 | 30 | 225 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10101010 | 11000 | 0 | 1100 | 11000 | 10010101 | 11011 | 1000011 |
Color Harmonies of #94C2AA
Complementary color
Monochromatic Colors of #94C2AA
Black with #94C2AA
Text Example
Text Example
White with #94C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2AA; }
p { color: rgb(148,194,170); }
H1.HeaderClassName
{
color: #94C2AA;
}
.AnyTagClassName
{
color: #94C2AA;
}
</style>
background-color css
<style>
a { background-color: #94C2AA; }
a { background-color: rgb(148,194,170); }
div.DivClassName
{
background-color: #94C2AA;
}
.BgClassName
{
background-color: #94C2AA;
}
</style>
border-color css
<style>
span { border-color: #94C2AA; }
span { border-color: rgb(148,194,170); }
td.TdClassName
{
border-color: #94C2AA;
}
.TagClassName
{
border-color: #94C2AA;
}
</style>