#9AAEAC

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

Shades of Conch #9AAEAC

Tints of Conch #9AAEAC

Color information

#9AAEAC (or 0x9AAEAC) is unknown color: approx Conch. HEX triplet: 9A, AE and AC. RGB value is (154,174,172). Sum of RGB (Red+Green+Blue) = 154+174+172=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEAC is #655153. Grayscale: #A7A7A7. Windows color (decimal): -6639956 or 11316890. OLE color: 11316890.

HSL color Cylindrical-coordinate representation of color #9AAEAC: hue angle of 174º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAEAC is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB154174172-
CMYK0.1100.010.32
HSL174º10.99%64.31%-
HSV(B)174º11.49%68.24%-
XYZ35.9140.1244.88-
YUV167.79130.37118.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=30.8%
G=34.8%
B=34.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741720.1100.010.3217410.9964.31
Hex9AAEACB0120aeb40
Octal23225625413014025613100
Binary1001101010101110101011001011011000001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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