Shades of Skeptic #95C1AE
Tints of Skeptic #95C1AE
RGB
CMYK
RGB Variations
Color information
#95C1AE (or 0x95C1AE) is known color: Skeptic. HEX triplet: 95, C1 and AE. RGB value is (149,193,174). Sum of RGB (Red+Green+Blue) = 149+193+174=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1AE is #6A3E51. Grayscale: #B1B1B1. Windows color (decimal): -6962770 or 11452821. OLE color: 11452821.
HSL color Cylindrical-coordinate representation of color #95C1AE: hue angle of 154.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C1AE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 174 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.24 |
| HSL | 154.09º | 0.26% | 0.67% | - |
| HSV(B) | 154.09º | 0.23% | 0.76% | - |
| XYZ | 39.1 | 47.59 | 47.17 | - |
| YUV | 177.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 174 | 0.23 | 0 | 0.10 | 0.24 | 154.09 | 0.26 | 0.67 |
| Hex | 95 | C1 | AE | 17 | 0 | A | 18 | 9A | 1A | 43 |
| Octal | 225 | 301 | 256 | 27 | 0 | 12 | 30 | 232 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10101110 | 10111 | 0 | 1010 | 11000 | 10011010 | 11010 | 1000011 |
Color Harmonies of #95C1AE
Complementary color
Monochromatic Colors of #95C1AE
Black with #95C1AE
Text Example
Text Example
White with #95C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1AE; }
p { color: rgb(149,193,174); }
H1.HeaderClassName
{
color: #95C1AE;
}
.AnyTagClassName
{
color: #95C1AE;
}
</style>
background-color css
<style>
a { background-color: #95C1AE; }
a { background-color: rgb(149,193,174); }
div.DivClassName
{
background-color: #95C1AE;
}
.BgClassName
{
background-color: #95C1AE;
}
</style>
border-color css
<style>
span { border-color: #95C1AE; }
span { border-color: rgb(149,193,174); }
td.TdClassName
{
border-color: #95C1AE;
}
.TagClassName
{
border-color: #95C1AE;
}
</style>