#9BB0AE

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

Shades of Conch #9BB0AE

Tints of Conch #9BB0AE

Color information

#9BB0AE (or 0x9BB0AE) is unknown color: approx Conch. HEX triplet: 9B, B0 and AE. RGB value is (155,176,174). Sum of RGB (Red+Green+Blue) = 155+176+174=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0AE is #644F51. Grayscale: #A9A9A9. Windows color (decimal): -6573906 or 11448475. OLE color: 11448475.

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

Color convert

RGB155176174-
CMYK0.1200.010.31
HSL174.29º11.73%64.9%-
HSV(B)174.29º11.93%69.02%-
XYZ36.6841.0846.04-
YUV169.49130.54117.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=30.69%
G=34.85%
B=34.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761740.1200.010.31174.2911.7364.9
Hex9BB0AEC011Faec41
Octal23326025614013725614101
Binary100110111011000010101110110001111111010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,174); }

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

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

 a { background-color: rgb(155,176,174); }

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

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

 span { border-color: rgb(155,176,174); }

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