#9AB5B4

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

Shades of Conch #9AB5B4

Tints of Conch #9AB5B4

Color information

#9AB5B4 (or 0x9AB5B4) is unknown color: approx Conch. HEX triplet: 9A, B5 and B4. RGB value is (154,181,180). Sum of RGB (Red+Green+Blue) = 154+181+180=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB5B4 is #654A4B. Grayscale: #ACACAC. Windows color (decimal): -6638156 or 11842970. OLE color: 11842970.

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

Color convert

RGB154181180-
CMYK0.1500.010.29
HSL177.78º15.43%65.69%-
HSV(B)177.78º14.92%70.98%-
XYZ38.0943.2149.51-
YUV172.81132.05114.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=29.90%
G=35.15%
B=34.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541811800.1500.010.29177.7815.4365.69
Hex9AB5B4F011Db2f42
Octal23226526417013526217102
Binary100110101011010110110100111101111011011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,181,180); }

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

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

 a { background-color: rgb(154,181,180); }

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

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

 span { border-color: rgb(154,181,180); }

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