Shades of Skeptic #95C1AA
Tints of Skeptic #95C1AA
RGB
CMYK
RGB Variations
Color information
#95C1AA (or 0x95C1AA) is known color: Skeptic. HEX triplet: 95, C1 and AA. RGB value is (149,193,170). Sum of RGB (Red+Green+Blue) = 149+193+170=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1AA is #6A3E55. Grayscale: #B1B1B1. Windows color (decimal): -6962774 or 11190677. OLE color: 11190677.
HSL color Cylindrical-coordinate representation of color #95C1AA: hue angle of 148.64º 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 #95C1AA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 170 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.24 |
| HSL | 148.64º | 0.26% | 0.67% | - |
| HSV(B) | 148.64º | 0.23% | 0.76% | - |
| XYZ | 38.72 | 47.43 | 45.14 | - |
| YUV | 177.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 170 | 0.23 | 0 | 0.12 | 0.24 | 148.64 | 0.26 | 0.67 |
| Hex | 95 | C1 | AA | 17 | 0 | C | 18 | 95 | 1A | 43 |
| Octal | 225 | 301 | 252 | 27 | 0 | 14 | 30 | 225 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10101010 | 10111 | 0 | 1100 | 11000 | 10010101 | 11010 | 1000011 |
Color Harmonies of #95C1AA
Complementary color
Monochromatic Colors of #95C1AA
Black with #95C1AA
Text Example
Text Example
White with #95C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1AA; }
p { color: rgb(149,193,170); }
H1.HeaderClassName
{
color: #95C1AA;
}
.AnyTagClassName
{
color: #95C1AA;
}
</style>
background-color css
<style>
a { background-color: #95C1AA; }
a { background-color: rgb(149,193,170); }
div.DivClassName
{
background-color: #95C1AA;
}
.BgClassName
{
background-color: #95C1AA;
}
</style>
border-color css
<style>
span { border-color: #95C1AA; }
span { border-color: rgb(149,193,170); }
td.TdClassName
{
border-color: #95C1AA;
}
.TagClassName
{
border-color: #95C1AA;
}
</style>