Shades of Conch #9AAFAB
Tints of Conch #9AAFAB
RGB
CMYK
RGB Variations
Color information
#9AAFAB (or 0x9AAFAB) is known color: Conch. HEX triplet: 9A, AF and AB. RGB value is (154,175,171). Sum of RGB (Red+Green+Blue) = 154+175+171=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFAB is #655054. Grayscale: #A8A8A8. Windows color (decimal): -6639701 or 11251610. OLE color: 11251610.
HSL color Cylindrical-coordinate representation of color #9AAFAB: hue angle of 168.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAFAB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 171 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.31 |
| HSL | 168.57º | 0.12% | 0.65% | - |
| HSV(B) | 168.57º | 0.12% | 0.69% | - |
| XYZ | 36.01 | 40.47 | 44.44 | - |
| YUV | 168.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 171 | 0.12 | 0 | 0.02 | 0.31 | 168.57 | 0.12 | 0.65 |
| Hex | 9A | AF | AB | C | 0 | 2 | 1F | A9 | C | 41 |
| Octal | 232 | 257 | 253 | 14 | 0 | 2 | 37 | 251 | 14 | 101 |
| Binary | 10011010 | 10101111 | 10101011 | 1100 | 0 | 10 | 11111 | 10101001 | 1100 | 1000001 |
Color Harmonies of #9AAFAB
Complementary color
Monochromatic Colors of #9AAFAB
Black with #9AAFAB
Text Example
Text Example
White with #9AAFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAFAB; }
p { color: rgb(154,175,171); }
H1.HeaderClassName
{
color: #9AAFAB;
}
.AnyTagClassName
{
color: #9AAFAB;
}
</style>
background-color css
<style>
a { background-color: #9AAFAB; }
a { background-color: rgb(154,175,171); }
div.DivClassName
{
background-color: #9AAFAB;
}
.BgClassName
{
background-color: #9AAFAB;
}
</style>
border-color css
<style>
span { border-color: #9AAFAB; }
span { border-color: rgb(154,175,171); }
td.TdClassName
{
border-color: #9AAFAB;
}
.TagClassName
{
border-color: #9AAFAB;
}
</style>