Shades of Conch #9ABAB8
Tints of Conch #9ABAB8
RGB
CMYK
RGB Variations
Color information
#9ABAB8 (or 0x9ABAB8) is known color: Conch. HEX triplet: 9A, BA and B8. RGB value is (154,186,184). Sum of RGB (Red+Green+Blue) = 154+186+184=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAB8 is #654547. Grayscale: #B0B0B0. Windows color (decimal): -6636872 or 12106394. OLE color: 12106394.
HSL color Cylindrical-coordinate representation of color #9ABAB8: hue angle of 176.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9ABAB8 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 184 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.27 |
| HSL | 176.25º | 0.19% | 0.67% | - |
| HSV(B) | 176.25º | 0.17% | 0.73% | - |
| XYZ | 39.54 | 45.45 | 52.04 | - |
| YUV | 176.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 184 | 0.17 | 0 | 0.01 | 0.27 | 176.25 | 0.19 | 0.67 |
| Hex | 9A | BA | B8 | 11 | 0 | 1 | 1B | B0 | 13 | 43 |
| Octal | 232 | 272 | 270 | 21 | 0 | 1 | 33 | 260 | 23 | 103 |
| Binary | 10011010 | 10111010 | 10111000 | 10001 | 0 | 1 | 11011 | 10110000 | 10011 | 1000011 |
Color Harmonies of #9ABAB8
Complementary color
Monochromatic Colors of #9ABAB8
Black with #9ABAB8
Text Example
Text Example
White with #9ABAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAB8; }
p { color: rgb(154,186,184); }
H1.HeaderClassName
{
color: #9ABAB8;
}
.AnyTagClassName
{
color: #9ABAB8;
}
</style>
background-color css
<style>
a { background-color: #9ABAB8; }
a { background-color: rgb(154,186,184); }
div.DivClassName
{
background-color: #9ABAB8;
}
.BgClassName
{
background-color: #9ABAB8;
}
</style>
border-color css
<style>
span { border-color: #9ABAB8; }
span { border-color: rgb(154,186,184); }
td.TdClassName
{
border-color: #9ABAB8;
}
.TagClassName
{
border-color: #9ABAB8;
}
</style>