#9DB4AE

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

Shades of Conch #9DB4AE

Tints of Conch #9DB4AE

Color information

#9DB4AE (or 0x9DB4AE) is unknown color: approx Conch. HEX triplet: 9D, B4 and AE. RGB value is (157,180,174). Sum of RGB (Red+Green+Blue) = 157+180+174=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB4AE is #624B51. Grayscale: #ACACAC. Windows color (decimal): -6441810 or 11449501. OLE color: 11449501.

HSL color Cylindrical-coordinate representation of color #9DB4AE: hue angle of 164.35º 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 #9DB4AE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB157180174-
CMYK0.1300.030.29
HSL164.35º13.29%66.08%-
HSV(B)164.35º12.78%70.59%-
XYZ37.8742.8746.32-
YUV172.44128.88116.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=30.72%
G=35.23%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801740.1300.030.29164.3513.2966.08
Hex9DB4AED031Da4d42
Octal23526425615033524415102
Binary1001110110110100101011101101011111011010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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