#9BB6AF

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

Shades of Conch #9BB6AF

Tints of Conch #9BB6AF

Color information

#9BB6AF (or 0x9BB6AF) is unknown color: approx Conch. HEX triplet: 9B, B6 and AF. RGB value is (155,182,175). Sum of RGB (Red+Green+Blue) = 155+182+175=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB6AF is #644950. Grayscale: #ADADAD. Windows color (decimal): -6572369 or 11515547. OLE color: 11515547.

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

Color convert

RGB155182175-
CMYK0.1500.040.29
HSL164.44º15.61%66.08%-
HSV(B)164.44º14.84%71.37%-
XYZ37.9843.5246.96-
YUV173.13129.05115.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 182 (71.48% from 255) = 35.55%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=30.27%
G=35.55%
B=34.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821750.1500.040.29164.4415.6166.08
Hex9BB6AFF041Da41042
Octal23326625717043524420102
Binary100110111011011010101111111101001110110100100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,175); }

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

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

 a { background-color: rgb(155,182,175); }

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

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

 span { border-color: rgb(155,182,175); }

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