Shades of Conch #9DB4AF
Tints of Conch #9DB4AF
RGB
CMYK
RGB Variations
Color information
#9DB4AF (or 0x9DB4AF) is known color: Conch. HEX triplet: 9D, B4 and AF. RGB value is (157,180,175). Sum of RGB (Red+Green+Blue) = 157+180+175=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4AF is #624B50. Grayscale: #ACACAC. Windows color (decimal): -6441809 or 11515037. OLE color: 11515037.
HSL color Cylindrical-coordinate representation of color #9DB4AF: hue angle of 166.96º degrees, saturation: 0.13, 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 #9DB4AF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 175 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.29 |
| HSL | 166.96º | 0.13% | 0.66% | - |
| HSV(B) | 166.96º | 0.13% | 0.71% | - |
| XYZ | 37.96 | 42.91 | 46.84 | - |
| YUV | 172.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 175 | 0.13 | 0 | 0.03 | 0.29 | 166.96 | 0.13 | 0.66 |
| Hex | 9D | B4 | AF | D | 0 | 3 | 1D | A7 | D | 42 |
| Octal | 235 | 264 | 257 | 15 | 0 | 3 | 35 | 247 | 15 | 102 |
| Binary | 10011101 | 10110100 | 10101111 | 1101 | 0 | 11 | 11101 | 10100111 | 1101 | 1000010 |
Color Harmonies of #9DB4AF
Complementary color
Monochromatic Colors of #9DB4AF
Black with #9DB4AF
Text Example
Text Example
White with #9DB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB4AF; }
p { color: rgb(157,180,175); }
H1.HeaderClassName
{
color: #9DB4AF;
}
.AnyTagClassName
{
color: #9DB4AF;
}
</style>
background-color css
<style>
a { background-color: #9DB4AF; }
a { background-color: rgb(157,180,175); }
div.DivClassName
{
background-color: #9DB4AF;
}
.BgClassName
{
background-color: #9DB4AF;
}
</style>
border-color css
<style>
span { border-color: #9DB4AF; }
span { border-color: rgb(157,180,175); }
td.TdClassName
{
border-color: #9DB4AF;
}
.TagClassName
{
border-color: #9DB4AF;
}
</style>