Shades of Conch #9ABABA
Tints of Conch #9ABABA
RGB
CMYK
RGB Variations
Color information
#9ABABA (or 0x9ABABA) is known color: Conch. HEX triplet: 9A, BA and BA. RGB value is (154,186,186). Sum of RGB (Red+Green+Blue) = 154+186+186=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9ABABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABA is #654545. Grayscale: #B0B0B0. Windows color (decimal): -6636870 or 12237466. OLE color: 12237466.
HSL color Cylindrical-coordinate representation of color #9ABABA: hue angle of 180º 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 #9ABABA is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 186 | - |
| CMYK | 0.17 | 0 | 0 | 0.27 |
| HSL | 180º | 0.19% | 0.67% | - |
| HSV(B) | 180º | 0.17% | 0.73% | - |
| XYZ | 39.75 | 45.53 | 53.15 | - |
| YUV | 176.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 186 | 0.17 | 0 | 0 | 0.27 | 180 | 0.19 | 0.67 |
| Hex | 9A | BA | BA | 11 | 0 | 0 | 1B | B4 | 13 | 43 |
| Octal | 232 | 272 | 272 | 21 | 0 | 0 | 33 | 264 | 23 | 103 |
| Binary | 10011010 | 10111010 | 10111010 | 10001 | 0 | 0 | 11011 | 10110100 | 10011 | 1000011 |
Color Harmonies of #9ABABA
Complementary color
Monochromatic Colors of #9ABABA
Black with #9ABABA
Text Example
Text Example
White with #9ABABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABABA; }
p { color: rgb(154,186,186); }
H1.HeaderClassName
{
color: #9ABABA;
}
.AnyTagClassName
{
color: #9ABABA;
}
</style>
background-color css
<style>
a { background-color: #9ABABA; }
a { background-color: rgb(154,186,186); }
div.DivClassName
{
background-color: #9ABABA;
}
.BgClassName
{
background-color: #9ABABA;
}
</style>
border-color css
<style>
span { border-color: #9ABABA; }
span { border-color: rgb(154,186,186); }
td.TdClassName
{
border-color: #9ABABA;
}
.TagClassName
{
border-color: #9ABABA;
}
</style>