Shades of Skeptic #97C1AB
Tints of Skeptic #97C1AB
RGB
CMYK
RGB Variations
Color information
#97C1AB (or 0x97C1AB) is known color: Skeptic. HEX triplet: 97, C1 and AB. RGB value is (151,193,171). Sum of RGB (Red+Green+Blue) = 151+193+171=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #97C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C1AB is #683E54. Grayscale: #B1B1B1. Windows color (decimal): -6831701 or 11256215. OLE color: 11256215.
HSL color Cylindrical-coordinate representation of color #97C1AB: hue angle of 148.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C1AB is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 171 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.24 |
| HSL | 148.57º | 0.25% | 0.67% | - |
| HSV(B) | 148.57º | 0.22% | 0.76% | - |
| XYZ | 39.18 | 47.66 | 45.66 | - |
| YUV | 177.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 171 | 0.22 | 0 | 0.11 | 0.24 | 148.57 | 0.25 | 0.67 |
| Hex | 97 | C1 | AB | 16 | 0 | B | 18 | 95 | 19 | 43 |
| Octal | 227 | 301 | 253 | 26 | 0 | 13 | 30 | 225 | 31 | 103 |
| Binary | 10010111 | 11000001 | 10101011 | 10110 | 0 | 1011 | 11000 | 10010101 | 11001 | 1000011 |
Color Harmonies of #97C1AB
Complementary color
Monochromatic Colors of #97C1AB
Black with #97C1AB
Text Example
Text Example
White with #97C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C1AB; }
p { color: rgb(151,193,171); }
H1.HeaderClassName
{
color: #97C1AB;
}
.AnyTagClassName
{
color: #97C1AB;
}
</style>
background-color css
<style>
a { background-color: #97C1AB; }
a { background-color: rgb(151,193,171); }
div.DivClassName
{
background-color: #97C1AB;
}
.BgClassName
{
background-color: #97C1AB;
}
</style>
border-color css
<style>
span { border-color: #97C1AB; }
span { border-color: rgb(151,193,171); }
td.TdClassName
{
border-color: #97C1AB;
}
.TagClassName
{
border-color: #97C1AB;
}
</style>