Shades of Conch #9AB7B5
Tints of Conch #9AB7B5
RGB
CMYK
RGB Variations
Color information
#9AB7B5 (or 0x9AB7B5) is known color: Conch. HEX triplet: 9A, B7 and B5. RGB value is (154,183,181). Sum of RGB (Red+Green+Blue) = 154+183+181=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB7B5 is #65484A. Grayscale: #AEAEAE. Windows color (decimal): -6637643 or 11909018. OLE color: 11909018.
HSL color Cylindrical-coordinate representation of color #9AB7B5: hue angle of 175.86º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB7B5 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 181 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.28 |
| HSL | 175.86º | 0.17% | 0.66% | - |
| HSV(B) | 175.86º | 0.16% | 0.72% | - |
| XYZ | 38.6 | 44.07 | 50.19 | - |
| YUV | 174.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 181 | 0.16 | 0 | 0.01 | 0.28 | 175.86 | 0.17 | 0.66 |
| Hex | 9A | B7 | B5 | 10 | 0 | 1 | 1C | B0 | 11 | 42 |
| Octal | 232 | 267 | 265 | 20 | 0 | 1 | 34 | 260 | 21 | 102 |
| Binary | 10011010 | 10110111 | 10110101 | 10000 | 0 | 1 | 11100 | 10110000 | 10001 | 1000010 |
Color Harmonies of #9AB7B5
Complementary color
Monochromatic Colors of #9AB7B5
Black with #9AB7B5
Text Example
Text Example
White with #9AB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB7B5; }
p { color: rgb(154,183,181); }
H1.HeaderClassName
{
color: #9AB7B5;
}
.AnyTagClassName
{
color: #9AB7B5;
}
</style>
background-color css
<style>
a { background-color: #9AB7B5; }
a { background-color: rgb(154,183,181); }
div.DivClassName
{
background-color: #9AB7B5;
}
.BgClassName
{
background-color: #9AB7B5;
}
</style>
border-color css
<style>
span { border-color: #9AB7B5; }
span { border-color: rgb(154,183,181); }
td.TdClassName
{
border-color: #9AB7B5;
}
.TagClassName
{
border-color: #9AB7B5;
}
</style>