Shades of Conch #9AB9B5
Tints of Conch #9AB9B5
RGB
CMYK
RGB Variations
Color information
#9AB9B5 (or 0x9AB9B5) is known color: Conch. HEX triplet: 9A, B9 and B5. RGB value is (154,185,181). Sum of RGB (Red+Green+Blue) = 154+185+181=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9B5 is #65464A. Grayscale: #AFAFAF. Windows color (decimal): -6637131 or 11909530. OLE color: 11909530.
HSL color Cylindrical-coordinate representation of color #9AB9B5: hue angle of 172.26º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB9B5 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 181 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.27 |
| HSL | 172.26º | 0.18% | 0.66% | - |
| HSV(B) | 172.26º | 0.17% | 0.73% | - |
| XYZ | 39.02 | 44.9 | 50.33 | - |
| YUV | 175.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 181 | 0.17 | 0 | 0.02 | 0.27 | 172.26 | 0.18 | 0.66 |
| Hex | 9A | B9 | B5 | 11 | 0 | 2 | 1B | AC | 12 | 42 |
| Octal | 232 | 271 | 265 | 21 | 0 | 2 | 33 | 254 | 22 | 102 |
| Binary | 10011010 | 10111001 | 10110101 | 10001 | 0 | 10 | 11011 | 10101100 | 10010 | 1000010 |
Color Harmonies of #9AB9B5
Complementary color
Monochromatic Colors of #9AB9B5
Black with #9AB9B5
Text Example
Text Example
White with #9AB9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9B5; }
p { color: rgb(154,185,181); }
H1.HeaderClassName
{
color: #9AB9B5;
}
.AnyTagClassName
{
color: #9AB9B5;
}
</style>
background-color css
<style>
a { background-color: #9AB9B5; }
a { background-color: rgb(154,185,181); }
div.DivClassName
{
background-color: #9AB9B5;
}
.BgClassName
{
background-color: #9AB9B5;
}
</style>
border-color css
<style>
span { border-color: #9AB9B5; }
span { border-color: rgb(154,185,181); }
td.TdClassName
{
border-color: #9AB9B5;
}
.TagClassName
{
border-color: #9AB9B5;
}
</style>