#9BBABA

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

Shades of Conch #9BBABA

Tints of Conch #9BBABA

Color information

#9BBABA (or 0x9BBABA) is unknown color: approx Conch. HEX triplet: 9B, BA and BA. RGB value is (155,186,186). Sum of RGB (Red+Green+Blue) = 155+186+186=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9BBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBABA is #644545. Grayscale: #B0B0B0. Windows color (decimal): -6571334 or 12237467. OLE color: 12237467.

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

Color convert

RGB155186186-
CMYK0.17000.27
HSL180º18.34%66.86%-
HSV(B)180º16.67%72.94%-
XYZ39.9445.6353.16-
YUV176.73133.23112.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=29.41%
G=35.29%
B=35.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861860.17000.2718018.3466.86
Hex9BBABA11001Bb41243
Octal23327227221003326422103
Binary10011011101110101011101010001001101110110100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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