Shades of Skeptic #99BFAC
Tints of Skeptic #99BFAC
RGB
CMYK
RGB Variations
Color information
#99BFAC (or 0x99BFAC) is known color: Skeptic. HEX triplet: 99, BF and AC. RGB value is (153,191,172). Sum of RGB (Red+Green+Blue) = 153+191+172=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFAC is #664053. Grayscale: #B1B1B1. Windows color (decimal): -6701140 or 11321241. OLE color: 11321241.
HSL color Cylindrical-coordinate representation of color #99BFAC: hue angle of 150º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFAC is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 172 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.25 |
| HSL | 150º | 0.23% | 0.67% | - |
| HSV(B) | 150º | 0.2% | 0.75% | - |
| XYZ | 39.21 | 47.01 | 46.04 | - |
| YUV | 177.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 172 | 0.20 | 0 | 0.10 | 0.25 | 150 | 0.23 | 0.67 |
| Hex | 99 | BF | AC | 14 | 0 | A | 19 | 96 | 17 | 43 |
| Octal | 231 | 277 | 254 | 24 | 0 | 12 | 31 | 226 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10101100 | 10100 | 0 | 1010 | 11001 | 10010110 | 10111 | 1000011 |
Color Harmonies of #99BFAC
Complementary color
Monochromatic Colors of #99BFAC
Black with #99BFAC
Text Example
Text Example
White with #99BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFAC; }
p { color: rgb(153,191,172); }
H1.HeaderClassName
{
color: #99BFAC;
}
.AnyTagClassName
{
color: #99BFAC;
}
</style>
background-color css
<style>
a { background-color: #99BFAC; }
a { background-color: rgb(153,191,172); }
div.DivClassName
{
background-color: #99BFAC;
}
.BgClassName
{
background-color: #99BFAC;
}
</style>
border-color css
<style>
span { border-color: #99BFAC; }
span { border-color: rgb(153,191,172); }
td.TdClassName
{
border-color: #99BFAC;
}
.TagClassName
{
border-color: #99BFAC;
}
</style>