#9AB0AD

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

Shades of Conch #9AB0AD

Tints of Conch #9AB0AD

Color information

#9AB0AD (or 0x9AB0AD) is unknown color: approx Conch. HEX triplet: 9A, B0 and AD. RGB value is (154,176,173). Sum of RGB (Red+Green+Blue) = 154+176+173=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0AD is #654F52. Grayscale: #A9A9A9. Windows color (decimal): -6639443 or 11382938. OLE color: 11382938.

HSL color Cylindrical-coordinate representation of color #9AB0AD: hue angle of 171.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AB0AD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB154176173-
CMYK0.1200.020.31
HSL171.82º12.22%64.71%-
HSV(B)171.82º12.5%69.02%-
XYZ36.3940.9445.52-
YUV169.08130.21117.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=30.62%
G=34.99%
B=34.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541761730.1200.020.31171.8212.2264.71
Hex9AB0ADC021Facc41
Octal23226025514023725414101
Binary1001101010110000101011011100010111111010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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