#9DBABA

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

Shades of Conch #9DBABA

Tints of Conch #9DBABA

Color information

#9DBABA (or 0x9DBABA) is unknown color: approx Conch. HEX triplet: 9D, BA and BA. RGB value is (157,186,186). Sum of RGB (Red+Green+Blue) = 157+186+186=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9DBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBABA is #624545. Grayscale: #B1B1B1. Windows color (decimal): -6440262 or 12237469. OLE color: 12237469.

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

Color convert

RGB157186186-
CMYK0.16000.27
HSL180º17.37%67.25%-
HSV(B)180º15.59%72.94%-
XYZ40.3345.8353.18-
YUV177.33132.89113.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=29.68%
G=35.16%
B=35.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861860.16000.2718017.3767.25
Hex9DBABA10001Bb41143
Octal23527227220003326421103
Binary10011101101110101011101010000001101110110100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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