Shades of Skeptic #97C0AF
Tints of Skeptic #97C0AF
RGB
CMYK
RGB Variations
Color information
#97C0AF (or 0x97C0AF) is known color: Skeptic. HEX triplet: 97, C0 and AF. RGB value is (151,192,175). Sum of RGB (Red+Green+Blue) = 151+192+175=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #97C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C0AF is #683F50. Grayscale: #B1B1B1. Windows color (decimal): -6831953 or 11518103. OLE color: 11518103.
HSL color Cylindrical-coordinate representation of color #97C0AF: hue angle of 155.12º 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 #97C0AF is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 175 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.25 |
| HSL | 155.12º | 0.25% | 0.67% | - |
| HSV(B) | 155.12º | 0.21% | 0.75% | - |
| XYZ | 39.35 | 47.37 | 47.63 | - |
| YUV | 177.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 175 | 0.21 | 0 | 0.09 | 0.25 | 155.12 | 0.25 | 0.67 |
| Hex | 97 | C0 | AF | 15 | 0 | 9 | 19 | 9B | 19 | 43 |
| Octal | 227 | 300 | 257 | 25 | 0 | 11 | 31 | 233 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10101111 | 10101 | 0 | 1001 | 11001 | 10011011 | 11001 | 1000011 |
Color Harmonies of #97C0AF
Complementary color
Monochromatic Colors of #97C0AF
Black with #97C0AF
Text Example
Text Example
White with #97C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C0AF; }
p { color: rgb(151,192,175); }
H1.HeaderClassName
{
color: #97C0AF;
}
.AnyTagClassName
{
color: #97C0AF;
}
</style>
background-color css
<style>
a { background-color: #97C0AF; }
a { background-color: rgb(151,192,175); }
div.DivClassName
{
background-color: #97C0AF;
}
.BgClassName
{
background-color: #97C0AF;
}
</style>
border-color css
<style>
span { border-color: #97C0AF; }
span { border-color: rgb(151,192,175); }
td.TdClassName
{
border-color: #97C0AF;
}
.TagClassName
{
border-color: #97C0AF;
}
</style>