#ABC5BE

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

Shades of Opal #ABC5BE

Tints of Opal #ABC5BE

Color information

#ABC5BE (or 0xABC5BE) is unknown color: approx Opal. HEX triplet: AB, C5 and BE. RGB value is (171,197,190). Sum of RGB (Red+Green+Blue) = 171+197+190=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BE is #543A41. Grayscale: #BCBCBC. Windows color (decimal): -5519938 or 12502443. OLE color: 12502443.

HSL color Cylindrical-coordinate representation of color #ABC5BE: hue angle of 163.85º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5BE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB171197190-
CMYK0.1300.040.23
HSL163.85º18.31%72.16%-
HSV(B)163.85º13.2%77.25%-
XYZ46.0652.3156.38-
YUV188.43128.89115.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.65%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=30.65%
G=35.30%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971900.1300.040.23163.8518.3172.16
HexABC5BED0417a41248
Octal25330527615042724422110
Binary101010111100010110111110110101001011110100100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5BE; }

 p { color: rgb(171,197,190); }

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

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

 a { background-color: rgb(171,197,190); }

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

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

 span { border-color: rgb(171,197,190); }

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