Shades of Conch #9DB5AF
Tints of Conch #9DB5AF
RGB
CMYK
RGB Variations
Color information
#9DB5AF (or 0x9DB5AF) is known color: Conch. HEX triplet: 9D, B5 and AF. RGB value is (157,181,175). Sum of RGB (Red+Green+Blue) = 157+181+175=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB5AF is #624A50. Grayscale: #ADADAD. Windows color (decimal): -6441553 or 11515293. OLE color: 11515293.
HSL color Cylindrical-coordinate representation of color #9DB5AF: hue angle of 165º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9DB5AF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 175 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.29 |
| HSL | 165º | 0.14% | 0.66% | - |
| HSV(B) | 165º | 0.13% | 0.71% | - |
| XYZ | 38.17 | 43.31 | 46.91 | - |
| YUV | 173.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 175 | 0.13 | 0 | 0.03 | 0.29 | 165 | 0.14 | 0.66 |
| Hex | 9D | B5 | AF | D | 0 | 3 | 1D | A5 | E | 42 |
| Octal | 235 | 265 | 257 | 15 | 0 | 3 | 35 | 245 | 16 | 102 |
| Binary | 10011101 | 10110101 | 10101111 | 1101 | 0 | 11 | 11101 | 10100101 | 1110 | 1000010 |
Color Harmonies of #9DB5AF
Complementary color
Monochromatic Colors of #9DB5AF
Black with #9DB5AF
Text Example
Text Example
White with #9DB5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB5AF; }
p { color: rgb(157,181,175); }
H1.HeaderClassName
{
color: #9DB5AF;
}
.AnyTagClassName
{
color: #9DB5AF;
}
</style>
background-color css
<style>
a { background-color: #9DB5AF; }
a { background-color: rgb(157,181,175); }
div.DivClassName
{
background-color: #9DB5AF;
}
.BgClassName
{
background-color: #9DB5AF;
}
</style>
border-color css
<style>
span { border-color: #9DB5AF; }
span { border-color: rgb(157,181,175); }
td.TdClassName
{
border-color: #9DB5AF;
}
.TagClassName
{
border-color: #9DB5AF;
}
</style>