Shades of Skeptic #94C2AB
Tints of Skeptic #94C2AB
RGB
CMYK
RGB Variations
Color information
#94C2AB (or 0x94C2AB) is known color: Skeptic. HEX triplet: 94, C2 and AB. RGB value is (148,194,171). Sum of RGB (Red+Green+Blue) = 148+194+171=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C2AB is #6B3D54. Grayscale: #B1B1B1. Windows color (decimal): -7028053 or 11256468. OLE color: 11256468.
HSL color Cylindrical-coordinate representation of color #94C2AB: hue angle of 150º 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 #94C2AB is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 171 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.24 |
| HSL | 150º | 0.27% | 0.67% | - |
| HSV(B) | 150º | 0.24% | 0.76% | - |
| XYZ | 38.86 | 47.82 | 45.71 | - |
| YUV | 177.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 171 | 0.24 | 0 | 0.12 | 0.24 | 150 | 0.27 | 0.67 |
| Hex | 94 | C2 | AB | 18 | 0 | C | 18 | 96 | 1B | 43 |
| Octal | 224 | 302 | 253 | 30 | 0 | 14 | 30 | 226 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10101011 | 11000 | 0 | 1100 | 11000 | 10010110 | 11011 | 1000011 |
Color Harmonies of #94C2AB
Complementary color
Monochromatic Colors of #94C2AB
Black with #94C2AB
Text Example
Text Example
White with #94C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2AB; }
p { color: rgb(148,194,171); }
H1.HeaderClassName
{
color: #94C2AB;
}
.AnyTagClassName
{
color: #94C2AB;
}
</style>
background-color css
<style>
a { background-color: #94C2AB; }
a { background-color: rgb(148,194,171); }
div.DivClassName
{
background-color: #94C2AB;
}
.BgClassName
{
background-color: #94C2AB;
}
</style>
border-color css
<style>
span { border-color: #94C2AB; }
span { border-color: rgb(148,194,171); }
td.TdClassName
{
border-color: #94C2AB;
}
.TagClassName
{
border-color: #94C2AB;
}
</style>