Shades of Skeptic #95C1AB
Tints of Skeptic #95C1AB
RGB
CMYK
RGB Variations
Color information
#95C1AB (or 0x95C1AB) is known color: Skeptic. HEX triplet: 95, C1 and AB. RGB value is (149,193,171). Sum of RGB (Red+Green+Blue) = 149+193+171=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1AB is #6A3E54. Grayscale: #B1B1B1. Windows color (decimal): -6962773 or 11256213. OLE color: 11256213.
HSL color Cylindrical-coordinate representation of color #95C1AB: hue angle of 150º 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 #95C1AB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 171 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.24 |
| HSL | 150º | 0.26% | 0.67% | - |
| HSV(B) | 150º | 0.23% | 0.76% | - |
| XYZ | 38.82 | 47.47 | 45.64 | - |
| YUV | 177.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 171 | 0.23 | 0 | 0.11 | 0.24 | 150 | 0.26 | 0.67 |
| Hex | 95 | C1 | AB | 17 | 0 | B | 18 | 96 | 1A | 43 |
| Octal | 225 | 301 | 253 | 27 | 0 | 13 | 30 | 226 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10101011 | 10111 | 0 | 1011 | 11000 | 10010110 | 11010 | 1000011 |
Color Harmonies of #95C1AB
Complementary color
Monochromatic Colors of #95C1AB
Black with #95C1AB
Text Example
Text Example
White with #95C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1AB; }
p { color: rgb(149,193,171); }
H1.HeaderClassName
{
color: #95C1AB;
}
.AnyTagClassName
{
color: #95C1AB;
}
</style>
background-color css
<style>
a { background-color: #95C1AB; }
a { background-color: rgb(149,193,171); }
div.DivClassName
{
background-color: #95C1AB;
}
.BgClassName
{
background-color: #95C1AB;
}
</style>
border-color css
<style>
span { border-color: #95C1AB; }
span { border-color: rgb(149,193,171); }
td.TdClassName
{
border-color: #95C1AB;
}
.TagClassName
{
border-color: #95C1AB;
}
</style>