#9DBAB7

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

Shades of Conch #9DBAB7

Tints of Conch #9DBAB7

Color information

#9DBAB7 (or 0x9DBAB7) is unknown color: approx Conch. HEX triplet: 9D, BA and B7. RGB value is (157,186,183). Sum of RGB (Red+Green+Blue) = 157+186+183=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB7 is #624548. Grayscale: #B0B0B0. Windows color (decimal): -6440265 or 12040861. OLE color: 12040861.

HSL color Cylindrical-coordinate representation of color #9DBAB7: hue angle of 173.79º 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 #9DBAB7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB157186183-
CMYK0.1600.020.27
HSL173.79º17.37%67.25%-
HSV(B)173.79º15.59%72.94%-
XYZ40.0145.751.51-
YUV176.99131.39113.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=29.85%
G=35.36%
B=34.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861830.1600.020.27173.7917.3767.25
Hex9DBAB710021Bae1143
Octal23527226720023325621103
Binary100111011011101010110111100000101101110101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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