Shades of Conch #9AB5AF
Tints of Conch #9AB5AF
RGB
CMYK
RGB Variations
Color information
#9AB5AF (or 0x9AB5AF) is known color: Conch. HEX triplet: 9A, B5 and AF. RGB value is (154,181,175). Sum of RGB (Red+Green+Blue) = 154+181+175=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB5AF is #654A50. Grayscale: #ACACAC. Windows color (decimal): -6638161 or 11515290. OLE color: 11515290.
HSL color Cylindrical-coordinate representation of color #9AB5AF: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB5AF is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 175 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.29 |
| HSL | 166.67º | 0.15% | 0.66% | - |
| HSV(B) | 166.67º | 0.15% | 0.71% | - |
| XYZ | 37.59 | 43.01 | 46.88 | - |
| YUV | 172.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 175 | 0.15 | 0 | 0.03 | 0.29 | 166.67 | 0.15 | 0.66 |
| Hex | 9A | B5 | AF | F | 0 | 3 | 1D | A7 | F | 42 |
| Octal | 232 | 265 | 257 | 17 | 0 | 3 | 35 | 247 | 17 | 102 |
| Binary | 10011010 | 10110101 | 10101111 | 1111 | 0 | 11 | 11101 | 10100111 | 1111 | 1000010 |
Color Harmonies of #9AB5AF
Complementary color
Monochromatic Colors of #9AB5AF
Black with #9AB5AF
Text Example
Text Example
White with #9AB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB5AF; }
p { color: rgb(154,181,175); }
H1.HeaderClassName
{
color: #9AB5AF;
}
.AnyTagClassName
{
color: #9AB5AF;
}
</style>
background-color css
<style>
a { background-color: #9AB5AF; }
a { background-color: rgb(154,181,175); }
div.DivClassName
{
background-color: #9AB5AF;
}
.BgClassName
{
background-color: #9AB5AF;
}
</style>
border-color css
<style>
span { border-color: #9AB5AF; }
span { border-color: rgb(154,181,175); }
td.TdClassName
{
border-color: #9AB5AF;
}
.TagClassName
{
border-color: #9AB5AF;
}
</style>