#9DBAB9

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

Shades of Conch #9DBAB9

Tints of Conch #9DBAB9

Color information

#9DBAB9 (or 0x9DBAB9) is unknown color: approx Conch. HEX triplet: 9D, BA and B9. RGB value is (157,186,185). Sum of RGB (Red+Green+Blue) = 157+186+185=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB9 is #624546. Grayscale: #B1B1B1. Windows color (decimal): -6440263 or 12171933. OLE color: 12171933.

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

Color convert

RGB157186185-
CMYK0.1600.010.27
HSL177.93º17.37%67.25%-
HSV(B)177.93º15.59%72.94%-
XYZ40.2245.7952.62-
YUV177.22132.39113.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=29.73%
G=35.23%
B=35.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861850.1600.010.27177.9317.3767.25
Hex9DBAB910011Bb21143
Octal23527227120013326221103
Binary10011101101110101011100110000011101110110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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