#9FBAB9

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

Shades of Conch #9FBAB9

Tints of Conch #9FBAB9

Color information

#9FBAB9 (or 0x9FBAB9) is unknown color: approx Conch. HEX triplet: 9F, BA and B9. RGB value is (159,186,185). Sum of RGB (Red+Green+Blue) = 159+186+185=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBAB9 is #604546. Grayscale: #B1B1B1. Windows color (decimal): -6309191 or 12171935. OLE color: 12171935.

HSL color Cylindrical-coordinate representation of color #9FBAB9: hue angle of 177.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBAB9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB159186185-
CMYK0.1500.010.27
HSL177.78º16.36%67.65%-
HSV(B)177.78º14.52%72.94%-
XYZ40.6145.9952.64-
YUV177.81132.05114.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=30%
G=35.09%
B=34.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861850.1500.010.27177.7816.3667.65
Hex9FBAB9F011Bb21044
Octal23727227117013326220104
Binary1001111110111010101110011111011101110110010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,185); }

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

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

 a { background-color: rgb(159,186,185); }

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

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

 span { border-color: rgb(159,186,185); }

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