Shades of Skeptic #95C0A9
Tints of Skeptic #95C0A9
RGB
CMYK
RGB Variations
Color information
#95C0A9 (or 0x95C0A9) is known color: Skeptic. HEX triplet: 95, C0 and A9. RGB value is (149,192,169). Sum of RGB (Red+Green+Blue) = 149+192+169=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C0A9 is #6A3F56. Grayscale: #B0B0B0. Windows color (decimal): -6963031 or 11124885. OLE color: 11124885.
HSL color Cylindrical-coordinate representation of color #95C0A9: hue angle of 147.91º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95C0A9 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 169 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.25 |
| HSL | 147.91º | 0.25% | 0.67% | - |
| HSV(B) | 147.91º | 0.22% | 0.75% | - |
| XYZ | 38.41 | 46.95 | 44.57 | - |
| YUV | 176.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 169 | 0.22 | 0 | 0.12 | 0.25 | 147.91 | 0.25 | 0.67 |
| Hex | 95 | C0 | A9 | 16 | 0 | C | 19 | 94 | 19 | 43 |
| Octal | 225 | 300 | 251 | 26 | 0 | 14 | 31 | 224 | 31 | 103 |
| Binary | 10010101 | 11000000 | 10101001 | 10110 | 0 | 1100 | 11001 | 10010100 | 11001 | 1000011 |
Color Harmonies of #95C0A9
Complementary color
Monochromatic Colors of #95C0A9
Black with #95C0A9
Text Example
Text Example
White with #95C0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C0A9; }
p { color: rgb(149,192,169); }
H1.HeaderClassName
{
color: #95C0A9;
}
.AnyTagClassName
{
color: #95C0A9;
}
</style>
background-color css
<style>
a { background-color: #95C0A9; }
a { background-color: rgb(149,192,169); }
div.DivClassName
{
background-color: #95C0A9;
}
.BgClassName
{
background-color: #95C0A9;
}
</style>
border-color css
<style>
span { border-color: #95C0A9; }
span { border-color: rgb(149,192,169); }
td.TdClassName
{
border-color: #95C0A9;
}
.TagClassName
{
border-color: #95C0A9;
}
</style>