#ABC1BA

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

Shades of Opal #ABC1BA

Tints of Opal #ABC1BA

Color information

#ABC1BA (or 0xABC1BA) is unknown color: approx Opal. HEX triplet: AB, C1 and BA. RGB value is (171,193,186). Sum of RGB (Red+Green+Blue) = 171+193+186=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1BA is #543E45. Grayscale: #B9B9B9. Windows color (decimal): -5520966 or 12239275. OLE color: 12239275.

HSL color Cylindrical-coordinate representation of color #ABC1BA: hue angle of 160.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1BA is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB171193186-
CMYK0.1100.040.24
HSL160.91º15.07%71.37%-
HSV(B)160.91º11.4%75.69%-
XYZ44.7350.3453.81-
YUV185.62128.21117.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=31.09%
G=35.09%
B=33.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931860.1100.040.24160.9115.0771.37
HexABC1BAB0418a1f47
Octal25330127213043024117107
Binary10101011110000011011101010110100110001010000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1BA; }

 p { color: rgb(171,193,186); }

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

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

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

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

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

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

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