Shades of Skeptic #99B7AA
Tints of Skeptic #99B7AA
RGB
CMYK
RGB Variations
Color information
#99B7AA (or 0x99B7AA) is known color: Skeptic. HEX triplet: 99, B7 and AA. RGB value is (153,183,170). Sum of RGB (Red+Green+Blue) = 153+183+170=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7AA is #664855. Grayscale: #ACACAC. Windows color (decimal): -6703190 or 11188121. OLE color: 11188121.
HSL color Cylindrical-coordinate representation of color #99B7AA: hue angle of 154º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B7AA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 170 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.28 |
| HSL | 154º | 0.17% | 0.66% | - |
| HSV(B) | 154º | 0.16% | 0.72% | - |
| XYZ | 37.33 | 43.54 | 44.47 | - |
| YUV | 172.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 170 | 0.16 | 0 | 0.07 | 0.28 | 154 | 0.17 | 0.66 |
| Hex | 99 | B7 | AA | 10 | 0 | 7 | 1C | 9A | 11 | 42 |
| Octal | 231 | 267 | 252 | 20 | 0 | 7 | 34 | 232 | 21 | 102 |
| Binary | 10011001 | 10110111 | 10101010 | 10000 | 0 | 111 | 11100 | 10011010 | 10001 | 1000010 |
Color Harmonies of #99B7AA
Complementary color
Monochromatic Colors of #99B7AA
Black with #99B7AA
Text Example
Text Example
White with #99B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7AA; }
p { color: rgb(153,183,170); }
H1.HeaderClassName
{
color: #99B7AA;
}
.AnyTagClassName
{
color: #99B7AA;
}
</style>
background-color css
<style>
a { background-color: #99B7AA; }
a { background-color: rgb(153,183,170); }
div.DivClassName
{
background-color: #99B7AA;
}
.BgClassName
{
background-color: #99B7AA;
}
</style>
border-color css
<style>
span { border-color: #99B7AA; }
span { border-color: rgb(153,183,170); }
td.TdClassName
{
border-color: #99B7AA;
}
.TagClassName
{
border-color: #99B7AA;
}
</style>