#9AB6AE

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

Shades of Conch #9AB6AE

Tints of Conch #9AB6AE

Color information

#9AB6AE (or 0x9AB6AE) is unknown color: approx Conch. HEX triplet: 9A, B6 and AE. RGB value is (154,182,174). Sum of RGB (Red+Green+Blue) = 154+182+174=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB6AE is #654951. Grayscale: #ACACAC. Windows color (decimal): -6637906 or 11450010. OLE color: 11450010.

HSL color Cylindrical-coordinate representation of color #9AB6AE: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB6AE is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB154182174-
CMYK0.1500.040.29
HSL162.86º16.09%65.88%-
HSV(B)162.86º15.38%71.37%-
XYZ37.6943.3846.43-
YUV172.72128.72114.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=30.20%
G=35.69%
B=34.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821740.1500.040.29162.8616.0965.88
Hex9AB6AEF041Da31042
Octal23226625617043524320102
Binary100110101011011010101110111101001110110100011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,174); }

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

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

 a { background-color: rgb(154,182,174); }

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

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

 span { border-color: rgb(154,182,174); }

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