#9AB0AB

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

Shades of Conch #9AB0AB

Tints of Conch #9AB0AB

Color information

#9AB0AB (or 0x9AB0AB) is unknown color: approx Conch. HEX triplet: 9A, B0 and AB. RGB value is (154,176,171). Sum of RGB (Red+Green+Blue) = 154+176+171=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0AB is #654F54. Grayscale: #A8A8A8. Windows color (decimal): -6639445 or 11251866. OLE color: 11251866.

HSL color Cylindrical-coordinate representation of color #9AB0AB: hue angle of 166.36º 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 #9AB0AB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB154176171-
CMYK0.1200.030.31
HSL166.36º12.22%64.71%-
HSV(B)166.36º12.5%69.02%-
XYZ36.240.8644.51-
YUV168.85129.21117.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=30.74%
G=35.13%
B=34.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541761710.1200.030.31166.3612.2264.71
Hex9AB0ABC031Fa6c41
Octal23226025314033724614101
Binary1001101010110000101010111100011111111010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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