#9AB6B1

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

Shades of Conch #9AB6B1

Tints of Conch #9AB6B1

Color information

#9AB6B1 (or 0x9AB6B1) is unknown color: approx Conch. HEX triplet: 9A, B6 and B1. RGB value is (154,182,177). Sum of RGB (Red+Green+Blue) = 154+182+177=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB6B1 is #65494E. Grayscale: #ADADAD. Windows color (decimal): -6637903 or 11646618. OLE color: 11646618.

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

Color convert

RGB154182177-
CMYK0.1500.030.29
HSL169.29º16.09%65.88%-
HSV(B)169.29º15.38%71.37%-
XYZ37.9943.547.99-
YUV173.06130.22114.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=30.02%
G=35.48%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821770.1500.030.29169.2916.0965.88
Hex9AB6B1F031Da91042
Octal23226626117033525120102
Binary10011010101101101011000111110111110110101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,182,177); }

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

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

 a { background-color: rgb(154,182,177); }

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

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

 span { border-color: rgb(154,182,177); }

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