Shades of Skeptic #97C0AC
Tints of Skeptic #97C0AC
RGB
CMYK
RGB Variations
Color information
#97C0AC (or 0x97C0AC) is known color: Skeptic. HEX triplet: 97, C0 and AC. RGB value is (151,192,172). Sum of RGB (Red+Green+Blue) = 151+192+172=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C0AC is #683F53. Grayscale: #B1B1B1. Windows color (decimal): -6831956 or 11321495. OLE color: 11321495.
HSL color Cylindrical-coordinate representation of color #97C0AC: hue angle of 150.73º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C0AC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 172 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.25 |
| HSL | 150.73º | 0.25% | 0.67% | - |
| HSV(B) | 150.73º | 0.21% | 0.75% | - |
| XYZ | 39.06 | 47.26 | 46.09 | - |
| YUV | 177.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 172 | 0.21 | 0 | 0.10 | 0.25 | 150.73 | 0.25 | 0.67 |
| Hex | 97 | C0 | AC | 15 | 0 | A | 19 | 97 | 19 | 43 |
| Octal | 227 | 300 | 254 | 25 | 0 | 12 | 31 | 227 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10101100 | 10101 | 0 | 1010 | 11001 | 10010111 | 11001 | 1000011 |
Color Harmonies of #97C0AC
Complementary color
Monochromatic Colors of #97C0AC
Black with #97C0AC
Text Example
Text Example
White with #97C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0AC; }
p { color: rgb(151,192,172); }
H1.HeaderClassName
{
color: #97C0AC;
}
.AnyTagClassName
{
color: #97C0AC;
}
</style>
background-color css
<style>
a { background-color: #97C0AC; }
a { background-color: rgb(151,192,172); }
div.DivClassName
{
background-color: #97C0AC;
}
.BgClassName
{
background-color: #97C0AC;
}
</style>
border-color css
<style>
span { border-color: #97C0AC; }
span { border-color: rgb(151,192,172); }
td.TdClassName
{
border-color: #97C0AC;
}
.TagClassName
{
border-color: #97C0AC;
}
</style>