Shades of Conch #9AB6AF
Tints of Conch #9AB6AF
RGB
CMYK
RGB Variations
Color information
#9AB6AF (or 0x9AB6AF) is known color: Conch. HEX triplet: 9A, B6 and AF. RGB value is (154,182,175). Sum of RGB (Red+Green+Blue) = 154+182+175=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB6AF is #654950. Grayscale: #ACACAC. Windows color (decimal): -6637905 or 11515546. OLE color: 11515546.
HSL color Cylindrical-coordinate representation of color #9AB6AF: hue angle of 165º degrees, saturation: 0.16, 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 #9AB6AF is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 175 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.29 |
| HSL | 165º | 0.16% | 0.66% | - |
| HSV(B) | 165º | 0.15% | 0.71% | - |
| XYZ | 37.79 | 43.42 | 46.95 | - |
| YUV | 172.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 175 | 0.15 | 0 | 0.04 | 0.29 | 165 | 0.16 | 0.66 |
| Hex | 9A | B6 | AF | F | 0 | 4 | 1D | A5 | 10 | 42 |
| Octal | 232 | 266 | 257 | 17 | 0 | 4 | 35 | 245 | 20 | 102 |
| Binary | 10011010 | 10110110 | 10101111 | 1111 | 0 | 100 | 11101 | 10100101 | 10000 | 1000010 |
Color Harmonies of #9AB6AF
Complementary color
Monochromatic Colors of #9AB6AF
Black with #9AB6AF
Text Example
Text Example
White with #9AB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB6AF; }
p { color: rgb(154,182,175); }
H1.HeaderClassName
{
color: #9AB6AF;
}
.AnyTagClassName
{
color: #9AB6AF;
}
</style>
background-color css
<style>
a { background-color: #9AB6AF; }
a { background-color: rgb(154,182,175); }
div.DivClassName
{
background-color: #9AB6AF;
}
.BgClassName
{
background-color: #9AB6AF;
}
</style>
border-color css
<style>
span { border-color: #9AB6AF; }
span { border-color: rgb(154,182,175); }
td.TdClassName
{
border-color: #9AB6AF;
}
.TagClassName
{
border-color: #9AB6AF;
}
</style>