#9DB3AE

Color #9DB3AE Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #9DB3AE

Tints of Conch #9DB3AE

Color information

#9DB3AE (or 0x9DB3AE) is unknown color: approx Conch. HEX triplet: 9D, B3 and AE. RGB value is (157,179,174). Sum of RGB (Red+Green+Blue) = 157+179+174=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3AE is #624C51. Grayscale: #ABABAB. Windows color (decimal): -6442066 or 11449245. OLE color: 11449245.

HSL color Cylindrical-coordinate representation of color #9DB3AE: hue angle of 166.36º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3AE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB157179174-
CMYK0.1200.030.30
HSL166.36º12.64%65.88%-
HSV(B)166.36º12.29%70.2%-
XYZ37.6642.4646.26-
YUV171.85129.21117.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=30.78%
G=35.10%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571791740.1200.030.30166.3612.6465.88
Hex9DB3AEC031Ea6d42
Octal23526325614033624615102
Binary1001110110110011101011101100011111101010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DB3AE; }

 p { color: rgb(157,179,174); }

 H1.HeaderClassName
 {
   color: #9DB3AE;
 }
 .AnyTagClassName
 {
   color: #9DB3AE;
 }
</style>
background-color css

<style>
 a { background-color: #9DB3AE; }

 a { background-color: rgb(157,179,174); }

 div.DivClassName
 {
   background-color: #9DB3AE;
 }
 .BgClassName
 {
   background-color: #9DB3AE;
 }
</style>
border-color css

<style>
 span { border-color: #9DB3AE; }

 span { border-color: rgb(157,179,174); }

 td.TdClassName
 {
   border-color: #9DB3AE;
 }
 .TagClassName
 {
   border-color: #9DB3AE;
 }
</style>