#ABC1B9

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

Shades of Opal #ABC1B9

Tints of Opal #ABC1B9

Color information

#ABC1B9 (or 0xABC1B9) is unknown color: approx Opal. HEX triplet: AB, C1 and B9. RGB value is (171,193,185). Sum of RGB (Red+Green+Blue) = 171+193+185=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1B9 is #543E46. Grayscale: #B9B9B9. Windows color (decimal): -5520967 or 12173739. OLE color: 12173739.

HSL color Cylindrical-coordinate representation of color #ABC1B9: hue angle of 158.18º 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 #ABC1B9 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB171193185-
CMYK0.1100.040.24
HSL158.18º15.07%71.37%-
HSV(B)158.18º11.4%75.69%-
XYZ44.6250.353.26-
YUV185.51127.71117.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=31.15%
G=35.15%
B=33.70%

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
Decimal1711931850.1100.040.24158.1815.0771.37
HexABC1B9B04189ef47
Octal25330127113043023617107
Binary10101011110000011011100110110100110001001111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1B9; }

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

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

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

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

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

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

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

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