#9AB5AE

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

Shades of Conch #9AB5AE

Tints of Conch #9AB5AE

Color information

#9AB5AE (or 0x9AB5AE) is unknown color: approx Conch. HEX triplet: 9A, B5 and AE. RGB value is (154,181,174). Sum of RGB (Red+Green+Blue) = 154+181+174=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB5AE is #654A51. Grayscale: #ACACAC. Windows color (decimal): -6638162 or 11449754. OLE color: 11449754.

HSL color Cylindrical-coordinate representation of color #9AB5AE: hue angle of 164.44º degrees, saturation: 0.15, 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 #9AB5AE is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB154181174-
CMYK0.1500.040.29
HSL164.44º15.43%65.69%-
HSV(B)164.44º14.92%70.98%-
XYZ37.4942.9746.36-
YUV172.13129.05115.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=30.26%
G=35.56%
B=34.18%

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
Decimal1541811740.1500.040.29164.4415.4365.69
Hex9AB5AEF041Da4f42
Octal23226525617043524417102
Binary10011010101101011010111011110100111011010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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