#9ABABA

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

Shades of Conch #9ABABA

Tints of Conch #9ABABA

Color information

#9ABABA (or 0x9ABABA) is unknown color: approx Conch. HEX triplet: 9A, BA and BA. RGB value is (154,186,186). Sum of RGB (Red+Green+Blue) = 154+186+186=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #9ABABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABABA is #654545. Grayscale: #B0B0B0. Windows color (decimal): -6636870 or 12237466. OLE color: 12237466.

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

Color convert

RGB154186186-
CMYK0.17000.27
HSL180º18.82%66.67%-
HSV(B)180º17.2%72.94%-
XYZ39.7545.5353.15-
YUV176.43133.4112-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.28%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=29.28%
G=35.36%
B=35.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861860.17000.2718018.8266.67
Hex9ABABA11001Bb41343
Octal23227227221003326423103
Binary10011010101110101011101010001001101110110100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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