Shades of Skeptic #95C1A8
Tints of Skeptic #95C1A8
RGB
CMYK
RGB Variations
Color information
#95C1A8 (or 0x95C1A8) is known color: Skeptic. HEX triplet: 95, C1 and A8. RGB value is (149,193,168). Sum of RGB (Red+Green+Blue) = 149+193+168=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1A8 is #6A3E57. Grayscale: #B1B1B1. Windows color (decimal): -6962776 or 11059605. OLE color: 11059605.
HSL color Cylindrical-coordinate representation of color #95C1A8: hue angle of 145.91º 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 #95C1A8 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 168 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.24 |
| HSL | 145.91º | 0.26% | 0.67% | - |
| HSV(B) | 145.91º | 0.23% | 0.76% | - |
| XYZ | 38.53 | 47.36 | 44.16 | - |
| YUV | 176.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 168 | 0.23 | 0 | 0.13 | 0.24 | 145.91 | 0.26 | 0.67 |
| Hex | 95 | C1 | A8 | 17 | 0 | D | 18 | 92 | 1A | 43 |
| Octal | 225 | 301 | 250 | 27 | 0 | 15 | 30 | 222 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10101000 | 10111 | 0 | 1101 | 11000 | 10010010 | 11010 | 1000011 |
Color Harmonies of #95C1A8
Complementary color
Monochromatic Colors of #95C1A8
Black with #95C1A8
Text Example
Text Example
White with #95C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1A8; }
p { color: rgb(149,193,168); }
H1.HeaderClassName
{
color: #95C1A8;
}
.AnyTagClassName
{
color: #95C1A8;
}
</style>
background-color css
<style>
a { background-color: #95C1A8; }
a { background-color: rgb(149,193,168); }
div.DivClassName
{
background-color: #95C1A8;
}
.BgClassName
{
background-color: #95C1A8;
}
</style>
border-color css
<style>
span { border-color: #95C1A8; }
span { border-color: rgb(149,193,168); }
td.TdClassName
{
border-color: #95C1A8;
}
.TagClassName
{
border-color: #95C1A8;
}
</style>