#9AADAA

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

Shades of Conch #9AADAA

Tints of Conch #9AADAA

Color information

#9AADAA (or 0x9AADAA) is unknown color: approx Conch. HEX triplet: 9A, AD and AA. RGB value is (154,173,170). Sum of RGB (Red+Green+Blue) = 154+173+170=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #9AADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAA is #655255. Grayscale: #A6A6A6. Windows color (decimal): -6640214 or 11185562. OLE color: 11185562.

HSL color Cylindrical-coordinate representation of color #9AADAA: hue angle of 170.53º degrees, saturation: 0.1, 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 #9AADAA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB154173170-
CMYK0.1100.020.32
HSL170.53º10.38%64.12%-
HSV(B)170.53º10.98%67.84%-
XYZ35.5339.6643.81-
YUV166.98129.71118.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=30.99%
G=34.81%
B=34.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731700.1100.020.32170.5310.3864.12
Hex9AADAAB0220aba40
Octal23225525213024025312100
Binary10011010101011011010101010110101000001010101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,170); }

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

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

 a { background-color: rgb(154,173,170); }

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

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

 span { border-color: rgb(154,173,170); }

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