Shades of Skeptic #97BCAB
Tints of Skeptic #97BCAB
RGB
CMYK
RGB Variations
Color information
#97BCAB (or 0x97BCAB) is known color: Skeptic. HEX triplet: 97, BC and AB. RGB value is (151,188,171). Sum of RGB (Red+Green+Blue) = 151+188+171=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #97BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BCAB is #684354. Grayscale: #AFAFAF. Windows color (decimal): -6832981 or 11254935. OLE color: 11254935.
HSL color Cylindrical-coordinate representation of color #97BCAB: hue angle of 152.43º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97BCAB is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 188 | 171 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.26 |
| HSL | 152.43º | 0.22% | 0.66% | - |
| HSV(B) | 152.43º | 0.2% | 0.74% | - |
| XYZ | 38.1 | 45.49 | 45.3 | - |
| YUV | 175 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 188 | 171 | 0.20 | 0 | 0.09 | 0.26 | 152.43 | 0.22 | 0.66 |
| Hex | 97 | BC | AB | 14 | 0 | 9 | 1A | 98 | 16 | 42 |
| Octal | 227 | 274 | 253 | 24 | 0 | 11 | 32 | 230 | 26 | 102 |
| Binary | 10010111 | 10111100 | 10101011 | 10100 | 0 | 1001 | 11010 | 10011000 | 10110 | 1000010 |
Color Harmonies of #97BCAB
Complementary color
Monochromatic Colors of #97BCAB
Black with #97BCAB
Text Example
Text Example
White with #97BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BCAB; }
p { color: rgb(151,188,171); }
H1.HeaderClassName
{
color: #97BCAB;
}
.AnyTagClassName
{
color: #97BCAB;
}
</style>
background-color css
<style>
a { background-color: #97BCAB; }
a { background-color: rgb(151,188,171); }
div.DivClassName
{
background-color: #97BCAB;
}
.BgClassName
{
background-color: #97BCAB;
}
</style>
border-color css
<style>
span { border-color: #97BCAB; }
span { border-color: rgb(151,188,171); }
td.TdClassName
{
border-color: #97BCAB;
}
.TagClassName
{
border-color: #97BCAB;
}
</style>